/********************************************************/
/* 				CSS Farben - anpassbar 					*/
/********************************************************/

/* Farben Schriften */
.footerbox h4,
.teaser-inner .teaser-inner-middle h4,
.content-inner h2,
.content-inner h3,
.content-inner li,
.right-inner h4,
.boxform h5,
#popup h3,
.content-inner li:before {
	color: #0e4891;
}

.boxform h4,
.right-inner li:before,
.right-inner li,
#pagetitle h1,
.content-inner p,
.teaserbox p,
.teaser-inner .teaser-inner-middle p,
#popup p,
.teaserbox h4,
.boxform p {
	color: #4b494a;
}

.footerbox p,
.footernavi a,
.footernavi,
.footernavi p,
.footerbox a,
.footerbox h4{
	color: white !important;
	font-size: 17px !important;
}

.footernavi a:hover,
.footerbox a:hover {
	color: #737373 !important;
}

#footerimg {
	padding: 0 !important;
	width: 100% !important;
}

#globonetfooter,
#globonetfooter1 {
	color: #737373 !important;
	font-size: 17px !important;
}


/* Falls die Überschrift schlecht lesbar ist:
#pagetitle h1 { 
                color: #fff;
                text-shadow: 2px 2px 2px #000;
}
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}

.boxform-inner label,
.right-inner h3,
.boxform i.fa-facebook-square,
.boxform i.fa-youtube-square {
	color: #0e4891
}

a,
.teaserbox h5{
	color: #0e4891;
	text-decoration: none;
}

#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-phone,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-envelope,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-check-circle,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-mobile,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-gamepad,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-shopping-cart,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-pencil-square,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-download,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-calendar,
.teaser-inner .teaser-inner-left .teaser-inner-icon i.fa-facebook-official  {
	color: #ffffff;
}

/* Farben Background Seitenbereiche */
#content,
#content-top,
#content-main  {
	background-color: white;
	/* background-image: url("./../img/bg.jpg"); */
}

/* Farben Background one-two-three Boxen und lange Teaserboxen */
.one-inner,
.two-inner,
.three-inner {
	background-color: white;
}

.teaser-inner,
#popup .content-inner,
.right-inner {
	background-color: white;
	border: solid #939494 1px;
}

/* Farben Background Hauptwrapper und left-right Boxen */
body,
#contentwrapper {
	background-color: #ffffff;
}

#content-teaserboxen {
	background-color: #e9e9e9;
}

.telnr {
	margin-top: 40px !important;
	margin-bottom: -45px !important;
	background-color: #c5c7c7;
}


/* Farben Background Header */
#header{
	background-color: #ffffff;
	z-index: 999 !important;
	position: fixed;
	box-shadow: 1px 2px 1px 0 #c5c7c7;
}

/* Hintergrundfarbe Submit-Buttons */
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #aaaaaa;
}

/* Farben Background Icons und allgemeine Farben Buttons */
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"] {
	background-color: #aaaaaa;
}

.boxform i.fa-phone-square,
.boxform i.fa-shopping-cart {
	color:#0d4790;
}


.teaser-inner .teaser-inner-left .teaser-inner-icon {
	background-color: #0d4790;
}


/* Hintergrundfarbe Formularfelder */
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	background-color: #5f81a4;
}

/* Allgemein verwendete Font Family */
body,
#popup button,
.teaser-inner .teaser-inner-right button[type="submit"],
.teaserbox-inner button[type="submit"],
.boxform-inner button[type="submit"],
.boxform-inner label,
.boxform-inner input[type="text"], input[type="email"],
.boxform-inner textarea {
	font-family: "Open Sans", sans-serif;
	/* font-family: "Lora", serif; */
}
div.alert-success {
	color: #33cc00;
}
label.error {
	color: #ff0000;
}

/* Styles für das Menu */
#toprow{
	padding:10px 10px 0px 0px;
}
#header li {
    font-size: 14px;
    line-height: 22px;
}
.head-center ul {
    list-style: none;
    margin-top: 10px;
	vertical-align:middle;
}
#topmenu{
	padding-left:5px;
}
#topmenu li{
	float:left;
	padding-left:10px;
}
.head-center li, 
.head-center a{
	font-size: 18px;
}
.subnav-horizontal a,
.subnav-vertical a{
	font-size: 15px !important;
	padding: 0px 10px;
}
.subnav-vertical .last{
	border:none;
}
/* padding fürs Hauptmenu */
.top-nav > li{
	padding: 10px 15px;
	position:relative;
}
/* Padding und Schatten für die Untermenus */
.subnav-vertical,
.subnav-horizontal{
	padding: 0px;
	box-shadow:3px 5px 8px 0 rgba(105, 105, 105, 0.5);
}
.subnav-vertical li{
	padding: 8px 25px 10px 8px;
	border-bottom:1px solid #ffffff;
}
.subnav-horizontal li{
	padding:10px 0px;
}
/* Farbe der Links im Hauptmenu und ggf. des Topmenus */
.mainmenu a,
#topmenu a{
	color:#4b494a;
	font-size: 16px;
	letter-spacing: 0.5px;
}
/* Farbe der Links in den Untermenus */
.subnav-horizontal a,
.subnav-vertical a{
	color:#4b494a;
}
/* Hintergrundfarbe der Untermenus */
.subnav-horizontal,
.subnav-vertical{
	background-color: white;
}
/* Farbwechsel bei Mouseover und solange das zugehörige Untermenu aktiv ist */
.top-nav li:hover,
.mainmenu:hover>a{
	color:#0e4891;
}

.subnav-vertical li:hover {
	background-color: #d6d6d6;
	color: #4b494a !important;
}

.subnav-vertical a:hover,
.subnav-nav li:hover>a {
	color: #4b494a !important;
}

.subnav-vertical:hover>a {
	color: #4b494a !important;
}

/* Farben Cookie Popup Buttons */
#accept {
	background-color: #0d4790 !important;
	transition: all linear .3s;
}

#accept:hover {
	transform: scale(1.1);
}

#decline {
	background-color: transparent !important;
	border: solid #aaaaaa 2px !important;
	color: #aaaaaa !important;
}
