/*
Theme Name: Studio Orchester Duisburg - WordPress Theme
Theme URI: https://weimann.me
Description: WordPress Theme
Author: Ingo Weimann
Author URI: https://weimann.me
*/

@font-face {
font-family: 'Brightwall';
src: url('fonts/Brightwall.ttf')
format("truetype");
}

@font-face {
font-family: 'Futura';
src: url('fonts/Futura.ttf')
format("truetype");
}

@font-face {
font-family: 'Futura Light';
src: url('fonts/FuturaStd-Light.otf')
format("opentype");
}

html, body{
width: 100%;
min-height:100%;
scroll-behavior: smooth;
}

body{
font-family: 'Futura Light', Hevetica, sans-serif;
background-color:#022f3b;
letter-spacing: 1px;
font-size:18px;
font-weight:500;
}

div.wpforms-container-full .wpforms-form em.wpforms-error{
    font-family: 'Futura Light', Hevetica, sans-serif;
}

p {
  margin:0 0 20px;
}

.textwidget p{
    margin:0;
}

.socialmediawrapper{
    position: relative;
    top:40px;
    float:right;
    padding:0 20px 0 0;
}

.socialmedia{
    float:right;
    width:32px;
    height:32px;
    margin:0 7px;
}

.socialmediafooter{
    float:right;
    width:24px;
    height:24px;
    margin:0 7px;
}

div.sticky {
  position: sticky;
  top: 0;
  z-index:9999;
}

div.sticky2 {
  position: sticky;
  top: 100px;
  z-index:9998;
}
.top{
    background-color:#022f3b;
    height:100px;
    width:100%;
    padding: 10px 25px;
    color:white;
    font-size: 24px;
    vertical-align: middle;
}

.elementor-icon {
  fill:#5598a4!important;
  color:#5598a4!important;
  border-color:#5598a4!important;
}

.mailpoet_submit, .mailpoet_text{
    width: 50% !important;
    letter-spacing: 2px;
}


.sod{
    position: absolute;
    left:45px;
    top:50px;
    transition: 1.5s all;
    -moz-transition: 1.5s all;
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
}

.sodrest{
    position: absolute;
    left:85px;
    top:50px;
}



.headerimg{
    position: relative;
    text-align:center;
    }

.klassik{
   position:absolute;
   bottom:3.5%;
   left:22%;
   font-family:Brightwall;
   color:#ff9900;
   font-weight:700;
   font-size: 3.8vw;
   /* text-shadow: 2px 4px 2px rgba(0,0,0,1); */
}

.logofront{
 position: absolute;
 top:0;
 left:0;
 height:100%;
 width:auto;
 padding:1% 0 0 0 ;
transition: 1.5s all;
-moz-transition: 1.5s all;
-webkit-transition: 1.5s all;
-o-transition: 1.5s all;
}

.logo{
position: absolute;
height:0;
left:45px;
display:block;
width:auto;
float:left;
transition: 1.0s all;
-moz-transition: 1.0s all;
-webkit-transition: 1.0s all;
-o-transition: 1.0s all;
}

.logorest{
position: absolute;
left:45px;
display:block;
height:84px;
width:auto;
float:left;
}

.logofooter{
display:inline;;
height:90px;
width:auto;
margin-bottom:14px;
}

.move{
    left:85px;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.klein {
    height:0;
    transition: 1.0s all;
    -moz-transition: 1.0s all;
    -webkit-transition: 1.0s all;
    -o-transition: 1.0s all;
}

.gross {
    height:84px;
    transition: 1.0s all;
    -moz-transition: 1.0s all;
    -webkit-transition: 1.0s all;
    -o-transition: 1.0s all;
}

.container {
    max-width:1280px;
  }

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#5598a4;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#ff9900;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.route{
    display:inline-block;
    margin:2px 0 10px 0;
    font-size:14px;
    background-color: #E0F1F1;
    color:black;
    padding:7px 10px;
    border-radius: 4px;
    }

/* Burger & Mobile Menü */

.menu-main-container{
    display:block;
}

#hamburger-menu{
    display:none;
}

#menu-container{
    display:none;
    background-color: #135E69;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    }

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    height:100vh;
    position: absolute;
    width: 100%;
    max-width: 500px;
    background: #14606a;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 15px;
    padding: 20px;
    text-transform: none;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

/* Ende Burger & Mobile Menü */

h1 {
font-family:'Brightwall' ;    
font-size: 36px;
font-style: normal;
font-weight: 500;
color:#ff9900;
margin-bottom:0px;
}


em{
font-family:'Brightwall' ;    
font-size: 17px;
font-weight: 700;
color:#000;
display:block;
padding:20px 0 0 20px;
}

.h1block{
position: relative;
z-index:2;
font-family:'Brightwall' ;    
font-size: 36px;
font-style: normal;
font-weight: 500;
color:#ff9900;
margin-top:0;
padding-left:10px;
padding-right:80px;
}

.headlineblock{
display:inline-block;
width:auto;
height:39px;
background-color:#b0dbdc;
margin-bottom:0;
margin-left:80px;
}

.headlineblockbeitrag{
display:inline-block;
width:auto;
height:39px;
background-color:#b0dbdc;
margin-bottom:30px;
margin-left:0;
}


h2, .sidebar h2{
font-family: 'Futura', Hevetica, sans-serif;
font-size: 26px;
font-weight: 700;
color:#14606A;
line-height:32px;
}

h3{
font-size: 20px;
font-weight: 700;
color:#14606A
}

h4 {
font-family:'Brightwall' ;    
font-size: 26px;
font-style: normal;
font-weight: 500;
color:#ff9900;
margin-bottom:0;
line-height:20px;
margin-bottom:20px;
}

h5{
font-size: 20.8px;
font-style: normal;
font-weight: 400;
color:#022f3b;
line-height:26px;
}

img {
display: block;
width: 100%;height: auto;
padding:0px;
margin:0px;
}

a {color:#ff9900;
font-weight:700;
}
a:hover{
  color:#ff9900;
	}



.imglogo{
float:left;

}

.slogan{
float:left;
padding:45px 0 0 22px;
color:#8a959b;
}

.slogan h3{
font-size: 1.95em;
font-weight: 400;
}

.slogan h4{
font-size: 18px;
font-weight: 400;
margin-top:-5px
}

.cmplz-service-description h4,
.cmplz-sharing-data h4,
.cookies-per-purpose h4
{
font-family: 'Futura', Hevetica, sans-serif!important; 
font-size: 20px;
font-weight: 700;
color:#14606A;
}


.searchform{
margin-top:20px;
}

#s{
width:70%;
}

#searchsubmit{
width:25%;
}

.dropdown:hover .dropdown-menu {
display: block;
}

.mobile .mobilenav:hover{
    display: block;
    margin-top:55px;
}


.nav > li > a{
padding: 15px 0 15px 0;
margin:0;
color:#eee;
background-color:#14606a;
white-space: nowrap;
font-weight:500;
font-size: 20px;
font-family: 'Futura Light';
letter-spacing: 2px;
border-top: 1px solid #14606a
}

.nav > li > a:hover{
background-color:#14606a;
transition: 0.3s all linear;
color:#f79400
}

.nav > .active > a,
.nav > .current-menu-ancestor > a
{
  background-color:#14606a!important;
  color:#f79400;
  font-weight:500;
  border-top: 1px solid #f79400
}


.nav > li > a:focus{
background-color:#135E69;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    transition: 0.3s all linear;
  }

.dropdown-menu {
    font-size:18px;
top:0px;
width:100%;
min-width:100%;
border-radius:0px;
border:0px;
margin:0px;
padding:0px;
background-color: #5598a4;
transition: 0.3s all linear;
box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
z-index:99999;
}


.dropdown-menu > li > a{
border-top: 1px solid #d9d9d9;
color:#fff;
padding:13px;
text-align:left;
background-color:#5598a4
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #92c4cb;
  color:#fff
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff9900;
	color:#fff;
}


.mobile > ul{
    text-indent: 2em;
}

.mobile .dropdown-menu {
position:absolute;
top:0;
left:40%;
height:100%;
min-width:100%;
border-radius:0px;
border:0px;
margin:0px;
padding:0px;
background-color: #14606a;
transition: 0.3s all linear;
box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
}


.nav > li > a{
border-left: 0px solid #777;
border-bottom: 1px solid #777;
}

.mobile .dropdown-menu > li > a{
font-size:18px;
line-height:20px;
border-top: 1px solid #d9d9d9;
color:#14606A;
text-align:left;
background-color:#92c4cb;
display:block;
}

.mobile .dropdown-menu > li > a:hover,
.mobile .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #92c4cb;
  color:#fff
}

.mobile .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #92c4cb;
	color:#fff;
}

.row{
    margin-left:0!important;
    margin-right:0!important;
}

.mainrow, .mainrowbeitrag{
background-color:#fff;
/* background-image: linear-gradient(to top, #022f3b, #043b47, #084753, #0e535e, #14606a);*/ 
color:#222;
}

.container{
  padding: 0 !important;
  margin-left: auto !important;
  margin-right:auto !important;
}

.content{
padding: 80px 0 0 0
}

.beitragmeta{
    color:#14606a;
    margin: 0 0 10px 0;
}


.contentsingle{
    padding: 150px 0 0 0; 
}

.contentsingletext{
    padding:80px 40px 0 80px;
}

.elementor-widget-n-accordion p{
    font-size:16px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
 
    font-size: 16px!important;
    font-weight:700;
}
.elementor-widget-n-accordion {

    --n-accordion-border-width:0!important;
    --n-accordion-title-font-size:17px!important;
    --n-accordion-padding:10px 0 10px 0!important;
}



.sidebar{
display:block;
padding: 60px 25px 0 0; 
}

.footer{

text-align:center!important;
}

.footer1{
background-color:#022F3B;
color:#ccc;
text-align:center!important;
padding: 25px 0 0 0;
font-size:15px;
border-top: 3px solid #ff9900;
}

.footer2{
display: flex;
justify-content: center;  
background-color:#022F3B;
color:#ccc;
text-align:center!important;
padding: 25px 0 50px 0;
}

.footer3{
display: flex;
justify-content: center; 
padding: 25px 0 0 0; 
}


.footer ul{
display: flex;
list-style: none;
padding: 0;
margin: 0;
}
.footer li{
padding: 0px 10px;
}

.footer a{
color:#ccc;
font-weight:500;
text-decoration:none}

.more-link{
padding:6px 8px 6px 8px;
background-color:#ff9900;
color:white;
position:relative;top:15px;
}

.more-link2{
padding:6px 8px 6px 8px;
background-color:#ff9900;
color:white;
position:relative;top:5px;
}

a.more-link:hover{
color:white;
text-decoration:none;
}

.collapsebox{
background-color: #EEEEEE;padding:15px;
}  

.bildimtext{
float:right;
padding:10px 0 15px 15px
}

.flex{
font-size:10px;
}

.abstand{
height:10px
}


@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width : 992px) {
.sidebar{
    margin-top: -80px;
}

#hamburger-menu, #menu-container{
      display:block;
}

.klassik{
   font-size: 4.5vw;
}


.menu-main-container{
    display:none;
}

#menu-wrapper{
    margin:0 20px;
  }

.container{
    width:100%;
}  

.contentsingle{
    padding:0 
}

.contentsingletext{
    padding:80px 80px 0 80px 
}

}


@media only screen and (max-width : 767px) {
.nav > li > a{
border-left: 0px solid #777;
border-bottom: 1px solid #777;
}

#menu-container .menu-list {
    max-width: 100%;
}

}

@media (min-width:768px) {


}

@media only screen and (max-width : 650px) {
.slogan{
    margin:0;
}

.logo, .logorest{
    display:none;
}

.socialmediawrapper{
    display: flex;
    justify-content: center;
    width:100%;
    top:45px;
}

.socialmedia{
    width:26px;
    height:26px;
}

.sod, .sodrest{
    display:block;
    top:15px;
    left:0;
    width:100%;
    text-align:center;    
}

.mailpoet_submit, .mailpoet_text{
    width: 100% !important;
    }

.h1block{
font-size: 25px;
margin-top:0;
padding-left:10px;
padding-right:10px;
}

.headlineblock{
height:25px;
margin-bottom:10px;
margin-left:20px;
}

.headlineblockbeitrag{
height:25px;
margin-bottom:30px;
margin-left:0;
}

.content{
padding: 40px 0 0 0
}

.contentsingletext{
    padding:40px 20px 0 20px 
}

}

@media only screen and (max-width : 600px) {
.klassik{
   font-size: 5vw;
}

}