/* Fonts */
    @font-face{
        font-family:"Rotis Sans Serif";
		font-weight: 400;
        src:url("../src/a78ea274-2047-4fe1-bf7c-8b9c303a89d9.eot?#iefix");
        src:url("../src/a78ea274-2047-4fe1-bf7c-8b9c303a89d9.eot?#iefix") format("eot"),url("../src/ab0dbe10-e14c-4114-a36c-81f498110d3b.woff2") format("woff2"),url("../src/b811690f-c172-4bf5-89a9-70abcaacf324.woff") format("woff"),url("../src/e0cebd99-4f75-4c30-8954-9f6070e9625e.ttf") format("truetype");
    }
    @font-face{
        font-family:"Rotis Sans Serif";
		font-weight: 700;
        src:url("../src/5674d94c-ceed-4ab0-bb91-2a08094f49b7.eot?#iefix");
        src:url("../src/5674d94c-ceed-4ab0-bb91-2a08094f49b7.eot?#iefix") format("eot"),url("../src/4bc0c94e-4540-41d8-af12-eb921b493d4f.woff2") format("woff2"),url("../src/69dfb4a1-a0ed-4805-9523-901448a8f8ae.woff") format("woff"),url("../src/cc35ff9e-589d-48dc-9650-24af3a6d7a64.ttf") format("truetype");
    }
    @font-face{
        font-family:"Rotis Sans Serif";
		font-weight: 900;
        src:url("../src/1d4af831-92f7-4b1e-abd6-2eb31620e81b.eot?#iefix");
        src:url("../src/1d4af831-92f7-4b1e-abd6-2eb31620e81b.eot?#iefix") format("eot"),url("../src/f1cdb76e-2d71-4832-9696-a596634a003a.woff2") format("woff2"),url("../src/e68052a3-5d0f-4eb5-982e-2179922fe402.woff") format("woff"),url("../src/8ab4858c-c30f-4028-a454-41b1802ec5bd.ttf") format("truetype");
    }




/* Website-Stile */

/*
	font-family: 		'Raleway', sans-serif;
	Schriftschnitte:	400, 500, 700, 900
	Schriftgrößen:		
	Farben:
		schwarz: 	  #231f20
		blau:  		  #006cb7
		grau:    	  #e6e6e6 (für Hintergründe)
		grau dunkel:  #6e6e70

*/


/* Typo */
* {
	font-family: 'Rotis Sans Serif', sans-serif;
	font-weight: 400;
	/*font-size:16px;*/
	color: #131313;
}

body {
	background:#fff;
}


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	margin:15px 0 30px 0;
	padding:0;
	color: #000;
	
}

h1, .h1 {
	font-size: 30px;
	line-height:30px;
	font-weight: 900;
}
h2, .h2 {
	font-size: 24px;
	font-weight:700;
}
h3, .h3 {
	font-size: 18px;
	font-weight:700;
}
h4, .h4 {
	font-size: 17px;
}

p {
	font-size:16px;
	line-height: 24px;
	color:#231f20;
	margin:0 0 30px 0;
}

a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #231f20;
	text-decoration:underline;
}

.section-content-text a {
	color: #c9244b;
	text-decoration: none;
	font-weight: 900;
}
.section-content-text a:hover {
	text-decoration: underline;
}


#top {
	/*background: #fdc300!important;*/
	background: #cd1719!important;
    display:block;
}

.button,
.btn {
	background: #f47920;
	width: 250px;
	border-radius: 0px;
	height: 50px;
	line-height: 50px;
    padding: 0 24px;
	border: 0px solid #d6d6d6;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	margin-bottom:10px;
	display:block;
	margin:10px auto;
	color:#fff;
	text-align: center;
	-webkit-transition : all .5s ease;
	-moz-transition    : all .5s ease;
	-ms-transition     : all .5s ease;
	-o-transition      : all .5s ease;
	transition         : all .5s ease;
	text-transform: uppercase;
	font-weight: 700;
}
.button:hover,
.btn:hover {
	background: #231f20;
	border-color: #fff;
	text-decoration: none;
}
.button-big {
	width: 400px;

}
.wpcf7-text, .wpcf7-textarea {
	border:1px solid #000;
	margin:0 0 10px 0;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
}
.wpcf7-text {
	padding: 0px 5px;
}
.wpcf7-textarea {
	padding: 5px 5px;
}
.wpcf7-response-output {
	text-align: center;
	color:#e0071a;
}


/* Weitere Stile */
.color-white {
	color:#fff;
}
.color-blue {
	color:#006cb7;
}
.color-grey {
	color:#6e6e70;
}
.color-black {
	color:#231f20;
}
/* ... */

.no-link > a{
	cursor: default;
}

.only-mobile {
    display:none;
}

@media only screen and (max-width: 1023px) {
    .only-mobile {
        display:block;
    }

}


/* Header */
header,
#header-top,
#header {
	background:#fff;
	height: 60px!important;
}

/* Logo */
#header #logo {
	margin:5px 0 0px 5px;
/*	padding-top:10px;*/
	padding-top:0px;
	position: absolute;
}
#header #logo a img {
	height:50px; /*30*/
	max-width:100%;
}

/*@media only screen and (max-width: 640px) {*/


.burger-box {
	margin: 20px 0 0 0;
}
.burger,
.burger:before,
.burger:after {
	background: #131313;
}

header.fixed.hide-header-top #topnav, header.fixed-mobile.hide-header-top #topnav {
    top: 60px;
}



.fixed .meta-languages {
	/*display: none;*/
}
#header.fixed {
	/*background: red;*/
	height:66px!important;
	position: fixed
}
#header.fixed #logo {
	/*margin-top:-0px;*/
}




.meta {
	display:none;
}


#breadcrumb {
	margin:10px auto;
	padding-left:10px;
}






@media only screen and (min-width: 640px) {

}
@media only screen and (min-width: 700px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 750px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 850px) {
}
@media only screen and (min-width: 900px) {
}
@media only screen and (min-width: 950px) {
}
@media only screen and (min-width: 960px) {

}

@media only screen and (max-width: 1024px) {
    #meta {
        display:none;
    }

}


@media only screen and (min-width: 1024px) {

	#header {
		height:100px!important;
		
		padding-left:0px;
		background: #fff;
		
	}
	.header-spaceholder {
		height:72px!important;
		
	}

/* Logo */
#header #logo {
	margin:6px 0 0px 20px;
	float: left;
}
#header #logo a img {
	height:82px;
	width:auto;
	max-width:100%;
}
	
	
#meta {
	display:block;
	float:right;
/*	width:150px;*/
text-align:right;
	width:280px;

	
	
	/*margin-top: -114px;*/
}
	#meta .meta-actions {
		margin-bottom: 12px;
	/*	position: fixed;*/
		background: #fff;
	}
	#meta .meta-actions img {
	    width:46px;
        height:46px;
	}
	#meta .meta-languages {
	/*	margin-top:58px;*/
	}
	#meta .meta-languages img {
		height:20px;
		width:36px;
		margin:0.5px;

	}
	
	#side-actions {
		position: fixed;
		right:0;
		top:45%;
		
		background:#fff;
		padding:5px;
	}
	#side-actions a {
		width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		font-size: 30px;
		
		display:block;
		margin:2.5px 0px;
	}
	#side-actions a i {
		color:#fff;
	}
	#side-actions a:hover {
		background:#fed543!important;
	}
	#side-actions #side-action-languages {
		background:#aab5bb;
	}
	#side-actions #side-action-search {
		background:#748690;
	}
	#side-actions #side-action-contact {
		background:#aab5bb;
	}
	#side-actions #side-action-exit {
		background:#748690;
	}

	
	#header_nav_container {
	    height: 42px;
		/*top:112px!important;*/
		margin-top: -18px;
		background:#fed543;
	}
	#header.fixed #header_nav_container {
		position: fixed;
		margin-top:0;
		top:112px!important;
	
	}

	#topnav {
		min-height: 42px;
		background:#fed543;
		
		position: relative;
		margin: 0 auto;
		width:760px;
			width:  100%;
	}
	#header.fixed #topnav {
		position: fixed!important;
		top:100px;
		
		
	}
	
	/* Menü auf Desktop ändern */
	#topnav li {
		min-height: 42px;
		/*height:42px;*/
        height:auto;
		
	}
	#topnav li a {
		border-bottom:0px;
		/*height:42px;
		min-height:0;*/
        /*height:42px;*/
        height:auto;
        min-height: 42px;
		line-height:42px;
		font-size:18px;		 /* 20px */
		font-weight: 700;
		color:#231f20;
		
		padding:0 14px;
	}
	
/*	.current-menu-item {
		border-bottom:0px solid #fff;
		background:#fff;
	}
*/
	.current-menu-item > a {
	}
	.current-menu-ancestor {
		/*background:url('../img/bg-nav-hover.png') repeat-x;*/
		/*background: #0098ca;*/
		
	}
	.current-menu-ancestor > a{
		color:#fff;
	}
	

	#topnav li:hover {
		/*background: #0098ca;*/
	}
	#topnav li:hover a {
		/*color:#ef7924;*/
		color:#c7183e;
	}
	#topnav li ul {
		background:rgba(218, 218, 218, 0.9);
		padding-top:10px;
	}
	
	#topnav li ul li {
		/*height:40px;*/
        min-height: 40px;

        height:auto;

		padding:0;
		margin:0;
/*
        padding-bottom: 5px;
        padding-top: 5px;
*/
	}
	#topnav li ul li a {
		/*height:40px;*/
        /*min-height: 40px;

		line-height:0px;*/
		font-weight: 400;
		color:#131313!important;
        height:auto;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 5px;
	}
	}
	#topnav li ul li:hover a{
		/*background: url('../img/bg-70-w.png');*/
		color:#c7183e!important;
	}
	.header-spaceholder {
		display: block;
		height:72px;
	}
@media only screen and (max-width: 1024px) {
	.header-spaceholder {
		display: none;
	}
}
@media only screen and (min-width: 1180px) {
	#topnav li a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
	
	

	
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1700px) {
}
@media only screen and (min-width: 1900px) {
}


.responsive-video {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-form {
    margin: 10px 0 20px 0;
}
.search-form .search-form-input {}
.search-form .search-form-submit {}

/* Gutenberg Anpassungen */
.wp-block-media-text .wp-block-media-text__content {
    padding:0!important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-left:10px;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__media {
    margin-right:10px;
}

/* Mini-Kalender */
.mvSelectNavigation {
    display:none!important;
}
