/*
Author: Hanno Köster | LOOP Media
Author URI: https://www.loop-media.de
Version: 2.0.1
*/

/*
Style
================================================== */

/*
Sekundäre Menüleiste
================================================== */
#top-header #et-info {
	float: none !important;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	}

/*
Fonts | Links
================================================== */

li {
   line-height: 1.7;
	}

hr {
	margin-bottom: 25px;
	}

#main-content a:not(.et_pb_button) {
	text-decoration: underline;
	}

/*
Blog
================================================== */

.widgettitle {
	font-weight: bold;
	}

/*
Logo
================================================== */

span.logo_helper {
	display: none !important;
	}

.logo_container {
	display: flex;
	align-items: center;
	}

@media screen and (max-width: 1100px) {
	.et_header_style_left #logo {
    	max-width: 80%; /* Logo breite */
	}}

.mobile_menu_bar:before {
	top: 5px;
	}

/*
Menü - Dopdown
================================================== */

#top-menu .sub-menu {
	background-color: #fff; /* Hintergrund Dropdown */
 	border-top: 2px solid #333; /* Rahmen oben */
 	padding-top: 0px;
 	padding-bottom: 0px;
	}

#top-menu .sub-menu li {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	}
	
#top-menu .sub-menu li a {
	width: 100%;
	border-bottom: 1px solid #ccc;
	}
	
#top-menu li li a {
	padding-top: 14px;
	padding-bottom: 14px;
	}

.sub-menu li:hover {
	background-color: #fff; /* Hover color menu item */
	}

.nav ul li a:hover {
	background-color: #f8f8f8; /* Hover color menu item */
	}

.nav li ul {
	width: 350px;
	}
	
.nav li li ul {
	left: 347px;
	margin-top: 21px !important;
	margin-left: 5px !important;
	margin-right: 115px !important;	
	}
	
.et-fixed-header .sub-menu {
    margin-top: 1px;
	}
		
/*
Menü Button Rahmen
================================================== */

.loop-button-rahmen {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: -25px !important;
	}

.loop-button-rahmen a {
	padding: 15px !important;
	background: #fff;
	color: #333 !important;
	border: 2px solid #000 !important;
	}

.loop-button-rahmen:hover a {
	background-color: #f8f8f8 !important;
	color: #000 !important;
	opacity: 1 !important;
	}
	
#main-header.et-fixed-header .loop-button-rahmen a {
    color:#000 !important;
}
	
@media (max-width: 980px){
	#page-container .loop-button-rahmen {margin-top: -5px !important; margin-bottom: -5px !important;}
	}

@media screen and (min-width:981px) and (max-width:1201px) {
#main-header .container {
	width:90% !important;
	max-width:90% !important;
	}
	}

/*
Menü Mobil
================================================== */

/* Schriftgröße */
.et_mobile_menu li a {
	font-size: 18px;
	}

/*
Contact Form 7
================================================== */

.wpcf7-form {
	margin-left: 25px; margin-right: 25px; margin-top: 25px; margin-bottom: 25px;
	font-size: 18px; 
	}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-number, .wpcf7-captchar {
	background-color: #fff !important; 
	border: 1px;
	border-color: #ccc !important;
	width: 100% !important; 
	-moz-border-radius: 0 !important; 
	-webkit-border-radius: 0 !important; 
	border-radius: 0 !important; 
	font-size: 18px; 
	color: #666 !important; 
	padding: 14px !important; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	} 

.wpcf7-submit {
	color: #333 !important; 
	margin: 8px auto 0; 
	cursor: pointer; 
	font-size: 18px; 
	font-weight: 500; 
	-moz-border-radius: 3px; 
	 -webkit-border-radius: 3px; 
    padding: 6px 20px; 
	line-height: 1.7em; 
	background: transparent; 
	border: 1px solid; 
	border-color: #333;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	transition: all 0.2s; 
	}

.wpcf7-textarea {
	width: 100% !important;
	border: 1px solid;
	border-color: #ccc !important;
	}
	
.wpcf7-url {
	width: 100% !important;
	border: 1px solid;
	border-color: #ccc !important;
	}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
	}

.wpcf7-list-item {
	margin-left: 0px !important; margin-right: 0px !important;
	font-size: 18px !important;
	line-height: 1.5em !important;
	}

.wpcf7-response-output {
  	margin-left: 0px !important; margin-right: 0px !important;
	padding-top: 15px !important; padding-bottom: 15px !important;
    font-size: 18px !important;
	line-height: 1.5em !important;
	}

.wpcf7-not-valid-tip {
	color: #df063d; 
	font-size: 16px; 
	margin-bottom: -10px !important;
	}

.wpcf7-form .wpcf7-validation-errors {
	background-color: #d01120;
	border: 1px solid #fff;
	color: #fff;
	}

/*
Contact Form 7 - zweispaltig
================================================== */

.wps-form {
    width: 100%;
    margin: 0 auto;
	}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
	}

.wps-form-row .wpcf7-form-control {
    width: 100%;
	}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
	}

/* Notebook / Desktop */
@media only screen and ( min-width: 980px ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
       
    .wps-form-textarea {
    	flex: 1;
    	padding: 15px;
    	width: 100%;
	}
	}

/*
loop-footer
================================================== */

#loop-footer {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
    "Helvetica Neue",Arial,sans-serif,"Apple Color Emoji",
	"Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	width: 100%;
	display: inline-block;
	padding:12px 0 12px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	text-align: center;
	}
	
a.loop-footer:any-link {color: #666; text-decoration: underline}

/*
Footer
================================================== */
.bottom-nav {
	height: 75px !important;
	}

.bottom-nav .current_page_item a {
	color: #fff !important;
	}

#footer-info {
	font-size: 14px;
	}

#menu-footermenue {
	float: left;
	}

#et-footer-nav{
	min-height: 75px;
	}

/*
Cookie Consent
================================================== */

.cc_b_ok { 
	color: #fff !important; 
	background: #1e8619 !important; 
	}

.cc_b_cp { 
	color: #000 !important; 
	background: #ccc !important; 
	margin-top:10px !important; 
	}
	
.cc_cp_f_powered_by { 
	color: #444 !important; 
	}
	
.cc_cp_f_save button { 
	color: #fff !important; 
	background: #1e8619 !important; 
	}

.cc_cp_f_powered_by { 
	color: #aaa !important; 
	}

.cc_cp_f_powered_by a { 
	color: #aaa !important; 
	text-decoration: none !important; 
	}

/*
Cookie Button
================================================== */

.loop-cookie-button {

	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
    "Helvetica Neue",Arial,sans-serif,"Apple Color Emoji",
	"Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	
	background: rgba(0,0,0,.4);
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	bottom: 10px;
	left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 10px 0px 5px;
	}

.loop-cookie-button a { 
	color: #fff; 
	text-decoration: none; 
	}
	
/*
Footer Menu / changePreferences
================================================== 

#changePreferences {
	color: #bbb;
	font-size: 14px;
	font-weight: 600;
	margin-top: 18px;
	float: left;
	}

@media (max-width: 980px) {
	#main-footer .bottom-nav li {
		display: block !important;
	}
	#main-footer .bottom-nav{
		float: none !important;
	}
	 #changePreferences{
		float: none !important;
		text-align: center;
		width: 100% !important;
		display: block;
		margin-top: 32px !important;
		padding-bottom: 10px;
		}
	}
*/
	
/*
Scroll to Top Button
================================================== */

.et_pb_scroll_top.et-pb-icon {
	bottom: 10px;
	}
