html {
margin: 0;
padding: 0;
font-family: 'Roboto Condensed', sans-serif;
background-color: #1f2227;
overflow-x: hidden;
line-height: 26px;
}
body {
margin: 0;
padding: 0;
line-height: 26px;
color: rgb(98, 98, 98);
font-family: 'Roboto Condensed', sans-serif;
word-break: break-word;
}
ul{
padding-left: 15px;
}
ul>li{
line-height: 24px;
}
h1,h2,h3,h4,h5,h5{
color: #4a8522;
}
h1, .h1{
margin: 0 0 10px 0;
color: #4a8522;
letter-spacing: 1px;
}
h2, .h2{
margin: 0 0 15px 0;
color: #4a8522;
letter-spacing: 1px;
}
h3, .h3{
font-size: 22px;
margin: 0 0 10px 0;
}
h5{
font-size: 18px;
}
h6{
color: #000;
font-size: 18px;
}
.sommerakademie_color{
color: #4a8522!important;
}
.winterakademie_color{
color: #0d6efd!important;
}
.winterakademie_brand h2,
.winterakademie_brand h2 a,
.winterakademie_brand.nav-link{
color: #0d6efd!important;
}
.winterakademie_brand .brand-btn{
background: #0d6efd!important;
}
@media (max-width: 776px) {
h1, .h1{
font-size: 24px;
line-height: 28px;
}
h2, .h2{
font-size: 20px;
line-height: 24px;
}
}
p{
line-height: 24px;
font-family: 'Roboto Condensed', sans-serif;
}
.py-6{
padding-top: 40px;
padding-bottom: 40px;
}
.px-6{
padding-left: 40px;
padding-right: 40px;
}
a{
color: #4a8522;
}
a:focus, a:hover {
color: #4a8522;
text-decoration: underline;
transition: 0.3s all;
}
.brand-btn{
display: inline-block;
padding: 10px 30px;
background: #4a8522;
color: white;
}
.brand-btn:hover{
text-decoration: none;
background: #000000;
color: white;
transition: 0.4s all;
}
.brand-btn:focus{
text-decoration: none;
background: #000000;
color: white;
transition: 0.4s all;
}
.list {
list-style-type: none;
padding: 0;
margin: 0;
}
.small-gutters {
margin-right: -5px;
margin-left: -5px;
}
.small-gutters > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}   header{
position: fixed;
width: 100%;
padding: 20px 0;
z-index: 99;
transition: 0.4s all;
}
header.scroll{
background: rgba(0,0,0,0.7);
transition: 0.8s all;
}
@media (max-width: 992px) {
header{
background: rgba(0,0,0,0.7);
transition: 0.8s all;
}
}
#logo {
width: 250px;
display: inline-block;
}
#logo >img{
width: 100%;
}
#navBtn{
display: none;
font-size: 28px;
padding: 0;
float: left;
}
.menu-header-container{
float: right;
}
#menu-header{
padding: 0;
margin: 0;
list-style-type: none;
}
#menu-header ul{
padding: 0;
margin: 0;
}
#menu-header li{
display: inline-block;
text-transform: uppercase;
}
#menu-header li a{
display: block;
text-decoration: none;
line-height: 26px;
color: #303030;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
padding: 15px 10px;
margin-left: 10px;
}
header.scroll #menu-header li a{
color: #FFF;
}
#menu-header li a:hover{
color: #FFF!important;
transition: 0.3s all;
}
#menu-header li a.active, #menu-header .current-page-ancestor>a, #menu-header .current_page_parent>a{
color: #FFF!important;
transition: 0.3s all;
border-bottom: 2px solid #FFF;
}
#menu-header .current-page-ancestor>a, #menu-header .current-menu-item>a{
color: #FFF!important;
transition: 0.3s all;
border-bottom: 2px solid #FFF;
}
#menu-header .menu-item-has-children {
position: relative;
}
#menu-header ul.sub-menu{
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.80);
margin: 0;
padding: 0;
margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
z-index: 99999;
min-width: 150px;
}
#menu-header .menu-item-has-children:hover > ul.sub-menu{
display: block;
}
#menu-header ul.sub-menu li{
display: block;
}
#menu-header ul.sub-menu li>a{
padding: 1px 20px;
font-size: 14px;
text-transform: none; color: black;
margin: 0;
}
#menu-header ul.sub-menu li>a:hover{
color: #FFF;
transition: 0.3s all;
background: #4a8522;;
}
#menu-header ul.sub-menu  .current-page-ancestor>a, #menu-header ul.sub-menu  .current-menu-item>a{
color: #FFF;
transition: 0.3s all;
background: #4a8522;;
}
@media (max-width: 992px) {
header{
padding: 15px 0;
}
header .h1 {
display: none;
}
#logo {
position: unset;
width: 150px;
display: inline-block;
float: left;
margin-left: 15px;
margin-right: 15px;
}
header .marginCtr{
margin-left: 0px;
}
#navBtn{
display: block;
color: #4a8522;
padding: 10px;
float: right;
padding-top: 0px;
}
.menu-header-container{
margin-top: 0px;
display: block;
float: none;
padding-top: 0px;
}
#menu-header{
display: none;
float: none;
margin: 0;
padding: 10px 0px;
padding-top: 50px;
}
#menu-header ul.sub-menu  .current-page-ancestor>a{
color:unset;
transition: 0.3s all;
background: unset;
}
#menu-header li {
display: block;
text-transform: uppercase;
}
#menu-header li a {
display: block;
text-decoration: none;
font-size: 16px;
color: white;
padding: 2px 10px!important;
}
#menu-header ul.sub-menu {
display: block;
position: unset;
padding-left: 20px;
padding-top: 5px;
background: unset;
}
#menu-header ul.sub-menu li>a {
padding: 3px 10px;
font-size: 14px;
text-transform: none;
min-width: unset;
color: white;
}
}   #rahmenprogramm{
background: black;
color: white;
padding: 50px;
margin: 40px 0;
}
@media (max-width: 992px) {
#rahmenprogramm{
padding: 30px 0;
}
}
#about_us{
position: relative;
height: 600px;
}
#about_us .first{
background: #4a8522;
color: rgb(37, 36, 34);
padding: 110px 80px 110px 80px;
margin-bottom: -100px;
position: absolute;
left: 0;
top: 0px;
height: 600px;
width: 50%;
z-index: 1;
}
#about_us .h1{
color: rgb(37, 36, 34);;
}
#about_us .second{
background: url(//sommerakademie-rheinau.ch/wp-content/themes/sommerakademie/images/Portrait-Thomas-und-Michelle.jpg);
background-size: cover;
background-position: center center;
height: 600px;
position: absolute;
right: 0;
width: 50%;
}
@media (max-width: 1400px) {
#about_us .first{
padding: 60px 50px 60px 50px;
}
}
@media (max-width: 1200px) {
#about_us{
height: unset;
}
#about_us .first{
position: static;
width: 100%;
padding: 60px 15px;
height: unset;
margin-bottom: 0
}
#about_us .second{
height: 600px;
position: static;
width: 100%;
}
}
@media (max-width: 776px) {
#about_us .second{
height: 400px;
}
}
.kurs{
margin-bottom: 50px;
}
.kurs:last-of-type{
margin-bottom: 0px;
}
.kurs .preview p{
margin-bottom: 10px;
}
.kursleiter, .zeitraum{
font-weight: bold;
}
#stiftung{
padding: 100px 0;
position: relative;
line-height: 30px;
}
#stiftung h2{
font-size: 48px;
line-height: 58px;
font-weight: 600;
letter-spacing: 0px;
color: #444444;
}
#stiftung .first_img{
position: absolute;
left: 0px;
top: -75px;
width: 300px;
}
#stiftung .second_img{
position: absolute;
right: 0;
top: 50px;
width: 550px;
}
@media (max-width: 1600px) {
#stiftung .first_img{
width: 200px;
}
}
@media (max-width: 1400px) {
#stiftung .first_img{
width: 150px;
}
#stiftung .second_img{
width: 400px;
top: 100px;
}
}
@media (max-width: 1200px) {
#stiftung .first_img,    #stiftung .second_img{
display: none;
}
}
@media (max-width: 992px) {
#stiftung{
padding: 50px 0;
}
}
#map{
height: 500px;
}
#map iframe{
width: 100%;
height: 100%;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
@media (max-width: 776px) {
#map{
width: 100%;
height: 250px;
}
}
#parallax{
background: url(//sommerakademie-rheinau.ch/wp-content/themes/sommerakademie/images/rheinau_insel.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
color: white;
text-align: center;
height: 80vh;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
#parallax .h1{
color: white;
font-size: 80px;
}
@media (max-width: 992px) {
#parallax{
height: 400px;
}
#parallax .h1{
line-height: 48px;
font-size: 42px;
}
}   footer#main-footer{
padding: 50px 0;
background-color: #1f2227;
position: relative;
color: #FFF;
}
.menu-footer-container{
display: inline-block;
float: right;
margin-top: 0px;
}
footer#main-footer ul{
list-style-type: none;
margin: 0;
padding: 0;
vertical-align: super;
}
footer#main-footer ul>li{
display: inline-block;
margin-right: 10px;
}
footer#main-footer ul li>a{
padding: 0px 0;
color: #FFF;
}
footer#main-footer ul li>a:hover{
color: #4a8522;
text-decoration: underline;
transition: 0.3s all;
}
@media (max-width: 992px) {
footer#main-footer{
margin-left:0px;
margin-right: 0;
}
.menu-footer-container{
margin-bottom: 10px;
margin-left: 0;
display: block;
float: none;
}
footer#main-footer ul{
margin-left: 0;
}
}
.wpcf7{
margin-top: 30px;
}
.wpcf7-text{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
margin-bottom: 15px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7-textarea{
display: block;
width: 100%;
margin-bottom: 15px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7-submit{ color: white;
border-radius: 4px;
border: none;
padding: 7px 10px;
background: #4a8522;
}
@media (max-width: 992px) {
.wpcf7-submit{
float: none;
margin-bottom: 30px;
margin-top: 15px;
}
}
.wpcf7-list-item{
margin-left: 0!important;
}
.wpcf7-list-item label{
font-weight: 400!important;
}
.wp-video{
width: 100% !important;
}
#instagram_overlay {
background: rgba(255, 255, 255, 0.85);
position: absolute;
width: 100vw;
min-height: 100%;
left: 0;
top: 0;
z-index: 99999999;
padding-top: 100px;
padding-bottom: 100px;
overflow-x: hidden;
text-align: center;
color: #2A6BB7;
font-size: 22px;
line-height: 30px;
}
body.noscroll {
height: 100vh;
overflow-y: hidden;
}
#instagram_overlay h1 {
color: #2A6BB7;
margin: 0 0 20px 0;
word-break: break-word;
}
#instagram_overlay p {
line-height: 26px;
}
#instagram_overlay .container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
}
#instagram_overlay .close_instagram {
position: absolute;
right: 15px;
top: -50px;
cursor: pointer;
color: #2A6BB7;
font-weight: bold;
}
#instagram_overlay a {
color: #2A6BB7;
font-weight: bold;
text-decoration: unset;
}
@media (max-width: 768px) {
#instagram_overlay{
padding-top: 70px;
}
#instagram_overlay h1 {
font-size: 20px;
}
#instagram_overlay .close_instagram {
top: -55px;
left: 15px;
right: unset;
}
}
iframe{
max-width: 100%;
}
#intro{
background: #ffa32b;
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Open Sans', sans-serif;
visibility: visible;
text-align: center;
line-height: 96px;
letter-spacing: 48px;
font-weight: 300;
font-size: 77px;
color: white;
text-transform: uppercase;
}
#intro h1.title{
margin-bottom: -40px;
line-height: 96px;
letter-spacing: 24px;
font-weight: 300;
font-size: 48px;
color: white;
text-transform: uppercase;
}
.home #intro{
flex-direction: column;
}
.home #intro .btn{
letter-spacing: 2px;
text-transform: none;
border-radius: 19px;
}
.btn-sommerakademie{
background: #4a8522;
color: white;
transition: 0.4s all;
}
.btn-sommerakademie:hover{
background: #3e7418;
color: white;
}
.btn-winterakademie{
background: #0d6efd;
color: white;
transition: 0.4s all;
}
.btn-winterakademie:hover{
background: #055de0;
color: white;
}
@media (max-width: 776px) {
#intro {
height: 150px;
}
#intro h1.title {
margin-bottom: -50px;
line-height: 32px;
letter-spacing: 18px;
font-weight: 300;
font-size: 22px;
color: white;
text-transform: uppercase;
}
}