/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/fonts/roboto-condensed-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('/fileadmin/fonts/roboto-condensed-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/fonts/roboto-condensed-v17-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #eeeeee;
    font-size: 110%;
    color: #333333; 
}

.wrapper {
    width:100%;
    margin: 0 auto;
    max-width: 980px;
    overflow:hidden;
}
/*-----------------------------------Header-----------------------------------*/
#header {
    clear: both;
    width: 100%;height:auto;
    box-shadow: 0px 3px 7px #888;
    background-color: #111111;
    padding-top: 0px;
    position: relative;
}
#socialmedia {
    width: 40px;
    position:fixed;
    top:0;
    margin-left:980px;
}
#socialmedia img{
    border:0;
}
#logoDiv{
    position:relative;
    max-width: 100%;
}
#logo {  
    width: 22%;
    position: absolute;
    top: 18%;
    left: 1.5%;
    border:0;
}
#logografik {
    max-width: 100%;
}

#header ul {
    margin: 7px 10px 7px 0;
    padding:0;
}
/*-----------------------------------Navigation-----------------------------------*/
#header #nav {
    height: 15px;
    font-size: 125%;
    font-weight: 400;
}
#header #nav a {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}
#header #nav ul {
    clear:both;
    list-style-type: none;
    padding: 5px 0:;
    float: left;
}
#header #nav ul li{
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
    
}
#header #nav ul li.last{
    background: 0;
    padding-right: 0;
}
#header #nav ul li ul {
    background-color: #111111;
    list-style-type: none;
    margin: 0;
    padding:0.5% 1.5%;
    display: none;  
    position: absolute;
    left:15px;
    top: 26px;
    width: 200px;
}
#header #nav ul li:hover ul {
    display: block;
}
#header #nav ul li ul li{
    float: none;
    margin: 5px 0 5px 10px;
    padding:0;
    display: block;
    background: 0;
    font-size: 80%;
    opacity: 0.8;
}
#header #nav .active, #nav :hover {
    color: #dddddd;
}
#header #nav .active, #header #nav :hover {
    color: #dddddd;
}

/*-----------------------------------content-----------------------------------*/
#content {
    clear:both;
    background-image:url(/fileadmin/images/contentback.png);
    background-repeat:repeat;
    padding:1em;
    max-width: 100%;
}
#content .inhalt {
    margin: 0;
    padding: 0;
    overflow:auto;
}
#content h1 {
    color: #111111;
    font-size: 150%;
    font-weight: 700;
    padding:0 0 10px 0;
    margin:0;
    width: 95%;
}
#content h2{
    color: #111111;
    font-size: 130%;
    font-weight: 700; 
    padding:0 0 10px 0;
    margin:0;
}
#content h3{
    color: #111111;
    font-size: 120%;
    padding:0 0 10px 0;
    margin:0;
}
#content h4, #content h5, #content h6{
    color: #111111;
    font-size: 110%;
    padding:0 0 10px 0;
    margin:0;
}
#content p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.5em;
}
#content li {
	line-height: 1.5em;
}
#content a:link, #content a:visited, #content a:active {
	color: #111111;
}
#content a:hover {
	color: #111111;
	text-decoration: none;
}
#content hr {
	border: 0px; /* Für Firefox und Opera */
 	border-top: dashed 1px #333333;
 	border-bottom: transparent;
	clear: both;
	height: 1px;
	margin: 10px 0px;
}

#content table {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

#content th, #content td {
   border: 1px solid #bbbbbb;
   padding: 10px;
   text-align: center;
}

#content privacy-msg privacy-video-msg {
    width: 100% !important;
    height: auto !important;
}

#content div.privacy-msg p {
    width: 350px;
    border: 1px solid black;
    padding: 10px;
    margin: 10% auto;
    text-align: center;
    position: relative;
    /*
    top: 6em;
    left: 12em;
    */
    z-index: 999;
    /* transform: translate(-50%, -50%); */

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elastic {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic iframe, .elastic video {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
}
.contentImg, div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
    width: 100%;
	height: auto;
    float: left;
    margin: 0 0 10px 0;
}
#map {
    position: relative;
}
#lo, #lu, #ro, #ru {
    max-width: 25%;
    position: absolute;
    margin-top: 5%;
}
#lo, #lu {
    left:0;
}
#lu{
    bottom: 0;
}

#ro, #ru {
    right:0;
}
#ru{
    bottom: 0;
}

#content .left, #content .right {
    width: 50%;
    float: left;
    margin-top: 20px;
}

#content #googlemaps iframe{
    max-width: 100%;
    margin-bottom: 1%;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right: 10px;
}

form {
    margin: 1em 0;
}
form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form input, form textarea, form select {
    width: 50%;
	padding: 5px;
	font-size: 110%;
}
form textarea {
    min-height: 10em;
}
form select {
	width: 51.5%;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 0 !important;
	background-color: #ffffff;
}

label.checkbox input[type="hidden"] {
    display: none;
}
label.checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 50%;
}
label.checkbox input[type="checkbox"] {
    transform: scale(1.6);
    cursor: pointer;
	width: auto;
	margin-left: 1em;
}

form input[type=submit], form button[type=submit] {
    background-color: #111111;
    color: #fff;
    width: auto;
    border:0;
	padding: 10px 25px;
	/* margin-left: 10em; */
	cursor: pointer;
    font-size: 110%;
}
form button[type=submit] {
	/* margin-left: 14.5em; */
}
form .powermail_submit[type=submit] {
    margin: 1em 0 0 0;
}
.form-group {
    margin-bottom: 1em;
}

form input.button_dmail {
	margin-left: 0;
}

.back-to-top {
    background: #111111;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.75em;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

a.back-to-top:link {
	color: #ffffff !important;
	text-decoration: none;
	transition: all .3s ease;
}

/*-----------------------------------footer-----------------------------------*/
#footer {
    background-color: #111111;
    text-align: center;
}
#footer a{
    text-decoration: none;
    opacity: 0.7;
    color: #eeeeee;
}
#footer a:hover{
    text-decoration: none;
    opacity: 0.7;
    color: #dddddd;
	text-decoration: underline;
}
#footer ul{
    display: inline-block;    
    list-style-type: none;
    margin:0;
    padding:0;
}
#footer ul li{
    float: left;
    margin: 10px;
}
#footer :hover {
    color: #dddddd;
}

/*-----------------------------------Breakpoints-----------------------------------*/
@media (max-width: 65em) {
    body {
        font-size: 125%;
    }
    #content h1 {
        font-size: 140%;
    }
    #content h2{
        font-size: 120%;
    }
    #content h3{
        font-size: 100%;
    }
    
    #content div.privacy-msg p {
        margin: 5% auto;
        font-size: 90%;
    }
    
    #mail, #fax {
      display:none;
    }
    #socialmedia {
        position:absolute;
        width:70px;
        z-index:1;
        top: 20px;
        right:0;
    }
    #socialmedia img{
        width: 47.5%;
    }
    
    .ce-left .ce-gallery, .ce-column {
        float: inherit;
    }

    .ce-row {
        margin-bottom: 0;
    }
    
    .ce-gallery img {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 10px 0;  
    }
    
    form input, form textarea, form select {
        width: 70%;
    }
	
	label.checkbox {
		width: 100%;
	}
	
	.checkbox-wrapper label {
		display: flex;
		align-items: center; /* vertikal zentriert */
		justify-content: space-between; /* Label links, Checkbox rechts */
		gap: 10px; /* Abstand zwischen Text und Checkbox */
	}

	.checkbox-right {
		order: 2; /* Checkbox nach dem Text */
	}
    
    .tx-powermail .powermail_fieldset .powermail_field,
    .tx-powermail .powermail_fieldset .powermail_radio_outer,
    .tx-powermail .powermail_fieldset .powermail_captcha_outer,
    .tx-powermail .powermail_fieldset .powermail_check_outer,
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_text,
    .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list),
    .tx-powermail .powermail_fieldset .parsley-errors-list {
        width: 100% !important;
    }
    
}


@media (max-width: 50.5em) {
    #content .left, #content .right {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    
    #content div.privacy-msg p {
        
    }
    
    #header #nav {
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }
    #header #nav ul{
        margin: 6% 0 1% 3%;
    }
    #header #nav ul li {
        float: left;
        display:block;
        padding: 0;
        margin: 0 0 0 0;
        background: none;
    }
    #header #nav ul li ul{
        display:block;
        padding: 0;
        margin: 0;
        width: 100%;
        position:relative;
        top:0;
        left:0;
    }

    #puzzle{
        /* display: none; */
    }
    #lo, #lu, #ro, #ru {
        position:relative;
        width: 100%;
        margin-top: 0;
    }
    #map h1 {
        margin-bottom: 16px;
    }
    
    .ce-column {
        margin-right: 0;
    }
    
    form input, form textarea, form select {
        width: 90%;
    }
    
    /*
    #content div.privacy-msg p {
        top: 8em;
        left: 16em;
        width: 350px;
        font-size: 90%;
    }
    */
    
    #footer {
        text-align: left;
        padding: 10px;
    }
    
    #footer ul li {
        float: inherit;
        margin-bottom: 20px;
    }

}

@media (max-width: 40em) {
    #header #nav ul{
        margin-top: 40px;
    }

    #content div.privacy-msg p {
        margin: 0 auto;
        font-size: 65%;
        width: auto;
    }
    
    .partnerImg {
        float: none;
        width: auto;
    }

    p {
        /* margin-left: 0!important; */
    }

    div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 0px;
    }
}