/*
 Theme Name:     WP Bootstrap MCRUD
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Padding/Margin
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.info {
	overflow-y: visible;
	overflow-x: hidden;
	padding-bottom: 40px;
	max-height: 100vh;
	padding-top: 140px !important;
}

body {
	hyphens: none;
	color: #001025;
	background-color: #fafafa;
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 15px;

}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

iframe {
	width: 100%;
	height: 580px;
}

iframe {
	width: 1px;
	min-width: 100%;
}

::-moz-selection {
	background: #e5ecf2;
	text-shadow: none;
}

::selection {
	background: #e5ecf2;
	text-shadow: none;
}

.fehler {
	background-color: #00467F;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error {
	padding: 0;
	width: 100%;
	margin: 0;
}

.weiss {
	color: #fff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #001025;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Frutiger Next LT W05 Medium, sans-serif;
	font-size: 48px;
	line-height: 56px;
	padding-bottom: 0;
}

h2 {
	font-family: Frutiger Next W02 Light_724914, sans-serif;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 30px !important;
	padding-bottom: 0;
}

h3 {
	font-family: Frutiger Next LT W05 Medium, sans-serif;
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-family: Frutiger Next W02 Light_724914, sans-serif;
	font-size: 30px;
	line-height: 36px;
}

h5 {
	font-family: Frutiger Next LT W05 Medium, sans-serif;
	font-size: 24px;
	line-height: 28px;
}

h6 {
	font-family: Frutiger Next W02 Light_724914, sans-serif;
	font-size: 24px;
	line-height: 28px;
}

.fliesstext {
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 19px;
	line-height: 27px;
}

.introtext {
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 24px;
	line-height: 33px;
}

.auszeichtext {
	font-family: Frutiger Next LT W05 Medium, sans-serif;
	font-size: 19px;
	line-height: 27px;
}

h1.entry-title {
	display: none;
}

h3.slider {
	font-size: 48px;
	line-height: 56px;
	color: #E9F200;
}

h4.slider {
	font-family: Frutiger Next LT W05 Medium, sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #E9F200;
}

.wortbildmarke {
	position: absolute;
	right: 5%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	color: #E9F200;
	height: 110px;
}

p {
	margin-bottom: 15px;
}


.pindent {
	padding-left: 27px;
}

.entry-date {
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 15px;
	line-height: 50px;
}

h3#vertrieb,
h3#studio{
	padding-top: 10px;
}

div#foto-des-tages,
div#wetter,
div#2grad{
	padding-top: 30px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0 1px 1px #f7f7f7;
	padding-bottom: 15px;
	padding-top: 15px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.content-area {
	padding-right: 0px;
	padding-left: 0px;
}

#content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.carousel-indicators li {
	background-color: #E9F200;
	width: 20px;
	height: 3px;
}

.carousel-control-prev-icon {
	background-image: $carousel-control-prev-icon-bg;
}

.carousel-control-next-icon {
	background-image: $carousel-control-next-icon-bg;
}

.carousel-caption {
	position: absolute;
	bottom: 20px;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #E9F200;
	text-align: left;
	right: 25%;
}

/* MODAL */

modal-dialog {
	margin: 50px auto 0px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
}

.close {
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 999;
	opacity: 1;
}


/* CARD */

.card {
	border-radius: 0;
	margin-bottom: 30px;
}

.card-body {
	padding: 15px;
}

.card-horizontal {
	border-top: 1px solid #CBD9E5;
	border-bottom: 1px solid #CBD9E5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: -1px;
}

.card-horizontal-presse {
	border-top: 1px solid #CBD9E5;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin-bottom: -1px;
}

.card-horizontal-film {
	border: 0;
	border-radius: 0;
	margin-bottom: -1px;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-title {
	margin-bottom: 3px;
}

.card-header {
	padding: 0;
	margin-bottom: -1px;
	margin-top: -1px;
	background-color: #fff;
	border-bottom: none;
	border-top: 1px solid #CBD9E5;
}

/* BILDER UND VIDEO */

.figure-caption {
    color: #001025;
	font-size: 12px;
}
.videoborder {
	border: solid 30px #E9F200;
	background-color: #E9F200;
}

.imageborder {
	border: solid 10px #E9F200;
	background-color: #E9F200;
}

.download-bg-gelb {
	background-color: #E9F200;
}

.download-bg-blau {
	background-color: #00467F;
}

.download-bg-hblau {
	background-color: #CBD9E5;
}

.video:-webkit-full-page-media {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 40px;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
}

.video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.imagefilm {
	width: 100%;
	height: auto;
}

.post.hentry {
	margin-bottom: 0;
}

.stoerer {
	background-color: #E9F200;
	padding: 5px 0;
}


/* TABLE */

.table {
    font-family: Frutiger Next LT W05 Regular, sans-serif;
    font-size: 16px;
	color: #001025;
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e5ecf2;
	border-bottom: 1px solid #e5ecf2;
}

.table-hover> tbody> tr:hover{
    background-color: #f4f7f9;
}

.table thead {
    background: #e5ecf2;
}

.table thead th {
    border-bottom: 1px solid #e5ecf2;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e5ecf2;
	border-bottom: 1px solid #e5ecf2;
}

.table td.unterzeile, .table th.unterzeile {
	padding-top: .25rem;
	padding-bottom: 0;
	border-top: none;
	border-bottom: none;
	font-size: 12px;
	background: #f2f6f9;
}

.table td.erstezeile, .table th.erstezeile {
	border-top: 2px solid #e5ecf2;
}

.table td.summe, .table th.summe {
	font-weight: bold;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #001025;
	font-size: 12px;
}

.table thead th {
    vertical-align: top;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Eingabefelder */
.form-control {
	display: block;
	width: 100%;
	height: 2em;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #001025;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #CBD9E5;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
	color: #001025;
	background-color: #fff;
	border-color: #CBD9E5;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(203, 217, 229, .5);
}

label {
	margin-bottom: 12px;
}

/* Checkbox */
span.wpcf7-list-item {
	margin: 0 0 20px 0;
}

input[type="checkbox"] {
	transform: scale(1.3);
	position: relative;
	cursor: pointer;
	padding: 0;
	margin-right: 15px;
	margin-left: 5px;
	width: 15px;
}

input[type="checkbox"]:before {
	content: '';
	margin-right: 10px;
	margin-left: -2px;
	display: inline-block;
	margin-top: -2px;
	width: 20px;
	height: 20px;
	background: #CBD9E5;
	border: none;
	border-radius: 0px;
}

input[type="checkbox"]:checked:before {
	background: #00457c;
	border-color: #00457c;
}

input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 8px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}


/* Uploadbutton */
input[type="file"i] {
	background-color: #CBD9E5;
	cursor: default;
	align-items: baseline;
	color: #001025;
	text-align: right;
	padding: 18px;
	border: initial;
	border-radius: 0;
	margin-bottom: 15px;
}

input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
	background-color: #00457c;
	color: #fff;
	border: 0;
	padding: 5px 20px;
	border-radius: 0;
}

input[type="file"]::-ms-browse {
	cursor: pointer;
	background-color: #00457c;
	color: #fff;
	border: 0;
	padding: 5px 20px;
	border-radius: 0;
}


/* Feedback */
span.wpcf7-not-valid-tip {
	color: #001025;
	background-color: #E9F200;
	font-size: 15px;
	font-weight: normal;
	display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
	border: 0;
	background-color: #E9F200;
	padding: 10px;
	color: #001025;
	margin: 30px 0 15px 0;
}

.wpcf7-list-item-label {
	text-indent: 30px;
}

.wpcf7-text {
	height: 40px;
	padding-left: 10px;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

/*.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;  Blue 
}*/

.wpcf7 form .wpcf7-response-output {
	margin: 20 0;
	padding: 20;
	border: 0px solid #E9F200; 
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #E9F200; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #E9F200; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #E9F200; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #E9F200; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 0px solid #E9F200;
	background: #fff;
	padding: .2em .8em;
}






/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.btn {
	display: inline-block;
	font-weight: 400;
	color: #001025;
	text-align: left;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 17px;
	padding-left: 40px;
	padding-right: 40px;
	border: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn:hover {
	color: #001025;
	text-decoration: none;
	background-color: #F2F5F7;
}

[data-toggle="collapse"] .fa:before {
	content: url("/wp-content/uploads/arrow-up.svg");
}

[data-toggle="collapse"].collapsed .fa:before {
	content: url("/wp-content/uploads/arrow-down.svg");
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
	padding: 5px;
	color: #fff;
	background-color: #00457c;
	opacity: 1.00;
	width: 120px;
	text-align: center;

}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.disabled,
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:disabled {
	padding: 5px;
	color: #fff;
	background-color: #CBD9E5;
	opacity: 1.00;
	width: 120px;
	text-align: center;

}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #658FB2;
	cursor: pointer;
	outline: none;
}

a:active,
a:hover {
	color: #326A98;
	text-decoration: none;
	outline: none;
}

a > div.card-horizontal.row.cardhover {
	background-color: #fff;
}

a > div.card-horizontal.row.cardhover:hover,
a > div.card-horizontal.row.cardhover:active {
	background-color: #F2F5F7;
}

a > navifooter {
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 15px !important;
	border-bottom: none;
}

a > div.card > div.card-body.cardhover:hover,
a > div.card > div.card-body.cardhover:active {
	background-color: #F2F5F7;
}

a > img.imageborder:hover {
	border: solid 10px #E9F200;
	background-color: #E9F200;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #00467F;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	font-family: Frutiger Next LT W05 Regular, sans-serif;
	font-size: 15px;
	padding: 0 0 0.1rem 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	font-weight: 400;
	color: #00467F;
	border-bottom: 1px solid #00467F;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	font-weight: 400;
	color: #00467F;
}

body:not(.theme-preset-active) #masthead .navbar-nav > .current-menu-parent > a {
	font-weight: 400;
	color: #00467F;
	border-bottom: 1px solid #00467F;
}

#brandnav,
#impressum,
#datenschutz,
#agb {
	border-bottom: none;
}

#menu-item-dropdown {
	padding-bottom: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 0;
	padding: 0;
	margin: -4px 0 0 0;
	font-size: 15px;
	color: #00467F;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
}

.dropdown-toggle::after {
	display: none;
	content: none;
}

.dropdown-menu .dropdown-item {
	line-height: 25px;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0 10px;
	clear: both;
	font-weight: 400;
	color: #00467F;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-menu .dropdown-item:hover {
	background: #f3f9ff;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #00467F;
}

#masthead .navbar-nav > li:hover > .dropdown-menu {
	display: block;
	top: 30px;
}

#masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
	left: 190px;
	top: 0;
	width: 200px !important;
	display: block;
}

/*--------------------------------------------------------------
# Padding/Margin
--------------------------------------------------------------*/
.padPresse {
	padding-left: 40px;
	padding-right: 70px;
	margin-top: -7px;
}


.margHeaderH1 {
	margin-top: 60px;
}

.margTextKomp {
	margin-bottom: 30px;
}

.margIntroFliesstext {
	margin-bottom: 30px;
}

.margH3Komp {
	margin-top: 15px;
	margin-bottom: 10px;
}

.margKompH3 {
	margin-bottom: 60px;
}

.margH3Text {
	margin-top: 35px;
	margin-bottom: 20px;
}

.margCalc {
	margin-bottom: 100px;
}

.abstand-h4-intro {
	margin-bottom: 30px;
}

.abstand-intro-fliesstext {
	margin-bottom: 30px;
}

.abstand-ende {
	margin-bottom: 80px;
}

.abstand-presse {
	margin-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #CBD9E5;
}

.marg-lr-15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.margBot10 {
	margin-bottom: 10px;
}

.margBot20 {
	margin-bottom: 20px;
}

.margBot30 {
	margin-bottom: 30px;
}

.margBot40 {
	margin-bottom: 40px;
}

.margBot50 {
	margin-bottom: 50px;
}

.margBot60 {
	margin-bottom: 60px;
}

.margBot100 {
	margin-bottom: 100px;
}

.margTop20 {
	margin-top: 20px;
}

.margTop30 {
	margin-top: 30px;
}

.margTop40 {
	margin-top: 40px;
}

.margTop60 {
	margin-top: 60px;
}

.margTop80 {
	margin-top: 80px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	font-size: 100%;
}

body:not(.theme-preset-active) footer#colophon {
	color: #fff;
	background-color: #001025;
}

body:not(.theme-preset-active) footer#colophon > a.navifooter {
	font-size: 15px;
	border-bottom: none;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/* NUR TABLETS UND DESKTOP */
@media only screen and (min-width: 768px) {
	.container {
		padding: 0;
	}

	img#mcrud-logo {
		height: 28px;
		margin: 8px 10px 8px 0;
	}

	img#bf-logo,
	img#mf-logo {
		height: 30px;
		margin: 8px 8px 8px 0;

	}
}

/* NUR SMARTPHONE XS UND SM */
@media only screen and (max-width: 767px) {
	.container {
		padding: 0 15px 0 15px;
	}

	img#mcrud-logo {
		height: 23px;
		margin: 8px 5px 8px 0;
	}

	img#bf-logo,
	img#mf-logo {
		height: 25px;
		margin: 8px 5px 8px 0;
	}

	.btn {
		/*padding-top: 10px;
		padding-bottom: 17px;*/
		padding-left: 15px;
		padding-right: 15px;
		border: none;
	}

	.padPresse {
		padding-left: 15px;
		padding-right: 70px;
		margin-top: -7px;
	}

	.abstand-mobile-film {
		margin-top: 20px;
	}

	.modal-dialog {
		margin: 0 auto 0 auto;
	}

	.videoborder {
		border: solid 10px #E9F200;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color: #00467F;
		font-weight: 400;
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 19px;
		line-height: 50px;
		padding: 0 0 0.1rem 0;
		margin-left: 0px;
		margin-right: 10px;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
	a:focus,
	a:active,
	body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
		font-weight: 400;
		color: #00467F;
		border-bottom: none;
	}

	.dropdown-item {
		font-size: 19px;
		line-height: 40px;
	}

	.dropdown-menu .dropdown-item:hover {
		background: #fff;
	}



}

/* NUR TABLET M UND L */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.btn {
		padding-left: 25px;
		padding-right: 25px;
		border: none;
	}
}

/* GRÖSSE XS  */
@media screen and (max-width: 575px) {
	h1 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 0;
	}

	h2 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px !important;
		padding-bottom: 0;
	}

	h3 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 24px;
		line-height: 28px;
	}

	h4 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 24px;
		line-height: 28px;
	}

	h5 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	h6 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	iframe {
		height: 350px;
	}

	.margCalc {
		margin-bottom: 20px;
	}

	h3.slider {
		font-size: 30px;
		line-height: 34px;
	}

	h4.slider {
		font-size: 20px;
		line-height: 24px;
	}

	.wortbildmarke {
		padding-bottom: 0px;
		margin-bottom: -2px;
		height: 80px;
	}
}

/* NUR GRÖSSE SM unf MD */
@media screen and (min-width: 576px) and (max-width: 991px) {
	h3.slider {
		font-size: 40px;
		line-height: 44px;
	}

	h4.slider {
		font-size: 26px;
		line-height: 32px;
	}

	.wortbildmarke {
		padding-bottom: 0px;
		margin-bottom: -7px;
		height: 100px;
	}
}

/* GRÖSSE SM  */
@media screen and (min-width: 576px) and (max-width: 767px) {
	h1 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 36px;
		line-height: 44px;
		padding-bottom: 0;
	}

	h2 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 30px !important;
		padding-bottom: 0;
	}

	h5 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	h6 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	iframe {
		height: 350px;
	}

	.margCalc {
		margin-bottom: 20px;
	}
}

/* GRÖSSE M  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 0;
	}

	h2 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px !important;
		padding-bottom: 0;
	}

	h3 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 24px;
		line-height: 28px;
	}

	h4 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 24px;
		line-height: 28px;
	}

	h5 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	h6 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 19px;
		line-height: 27px;
	}

	iframe {
		height: 450px;
	}

	.margCalc {
		margin-bottom: 20px;
	}

	.teaserHeight {
		min-height: 135px;
	}

	.dropdown-menu .dropdown-item {
		background-color: #fff;
		float: left;
		margin-left: -15px;
		padding-left: 10px;
		padding-right: 10px;
	}


}

/* GRÖSSE L  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 44px;
		line-height: 54px;
		padding-bottom: 0;
	}

	h2 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 30px !important;
		padding-bottom: 0;
	}

}

/* GRÖSSE L  */
@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
	}

	.navbar-nav .dropdown-menu {
		background: #fff;
		background-color: #fff;
	}
}



@media only screen and (max-width: 576px) {
	.mob-marg-lr-15 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

/* KLEINER ALS GRÖSSE L  */

@media only screen and (max-width: 991px) {
	h3 {
		font-family: Frutiger Next LT W05 Medium, sans-serif;
		font-size: 28px;
		line-height: 34px;
	}

	h4 {
		font-family: Frutiger Next W02 Light_724914, sans-serif;
		font-size: 28px;
		line-height: 34px;
	}
}
