/* ----------------------------------------------------------------------------- MAX WIDTH 1180 PX */

@media only screen and (max-width:1180px) {

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

.sectionInner {
max-width: 1280px;
padding: 80px 50px;
margin: 0 auto;
}

.sectionInner .textWrapper {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:100%;	
}

/* ---- SECTION #1 ----- */

.section.no1 .sectionInner .textWrapper {
grid-template-columns:calc(60% + 36px) calc(40% - 36px);
}

/* ---- SECTION #2 ----- */

.section.no2 .sectionInner .textWrapper {
display: block;
}

/* ---- SECTION #3 ----- */

.section.no3 .sectionInner .textWrapper {
grid-template-columns:calc(60% + 36px) calc(40% - 36px);
}

/* ---- SECTION Kontakt ----- */

.section.no7 .kontaktWrapper {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:300px 1fr 100px;
grid-column-gap: 60px;
margin: 40px auto 0;
}

.kontaktWrapper .metamenu br {
display: block;
}

}

/* ----------------------------------------------------------------------------- MAX WIDTH 1120 PX */

@media only screen and (max-width:1024px) {
	
#headerInner {
display: block;
}

.mobilemenuBtn {
display: block;
pointer-events: auto
}
	
/*------------------------------------*\
    MAINMENU
\*------------------------------------*/

#menuWrapper {
width: 100%;
font-size: 1.6rem;
font-weight: 500;
margin: 20px 0 0 0;
display: none;
}

#menuWrapper ul {
display: block;
float: none;
width: 100%
}

#menuWrapper ul li {
display:block;
width: 100%
}

#menuWrapper ul li.hidemob {
display: block;
}

#menuWrapper ul li a {
display: block;
padding:10px 20px;
text-align: left;
background-color: none;
color: #FFF;
text-decoration: none;
background-size: 200% 100%;
background-image: linear-gradient(to left, rgba(240,126,38,1) 50%, rgba(44,57,86,1) 50%);
}

#menuWrapper ul li.active a,
#menuWrapper ul li a:hover {
background-position: -100% 0;
}

}

/* ----------------------------------------------------------------------------- MAX WIDTH 960 PX */

@media only screen and (max-width:960px) {

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

/* ---- SECTION #1 ----- */

.section.no1 .sectionInner .textWrapper {
grid-template-columns:50% 50%;
}

/* ---- SECTION #3 ----- */

.section.no3 .sectionInner .textWrapper {
grid-template-columns:50% 50%;
}

/* ---- SECTION Kontakt ----- */

.section.no7 .kontaktWrapper {
grid-template-columns:1fr 1fr;
}

.kontaktWrapper .metamenu br {
display: none;
}

.kontaktWrapper .metamenu {
text-align: left;
margin: 50px 0 0 0
}

#contentWrapper .kontaktWrapper .metamenu a {
margin: 0 15px 0 0;
}

}

/* ----------------------------------------------------------------------------- MAX WIDTH 720 PX */

@media only screen and (max-width:720px) {
	
#headerInner {
padding: 25px 50px !important;
grid-template-columns:300px 1fr;
}

#logo {
width: 160px;
}

#contentWrapper {
width: 100%;
margin: 100px 0 0 0
}

.sectionInner {
max-width: 1280px;
padding: 50px;
margin: 0 auto;
}

.sectionInner .textWrapper {
display:block;
}

.section.no4 .juryWrapper {
grid-template-columns:1fr 1fr;
}

.juryWrapper .mitglied {
text-align: center;
margin: 30px
}

}

/* ----------------------------------------------------------------------------- MAX WIDTH 580 PX */

@media only screen and (max-width:580px) {
	
#headerInner {
padding: 25px 10vw !important;
grid-template-columns:300px 1fr;
}

.mobilemenuBtn {
top: 20px;
right: 3vw;
}

#logo {
width: 134px;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
	
#contentWrapper {
width: 100%;
margin: 100px 0 0 0
}

.sectionInner {
max-width: 1280px;
padding: 10vw;
margin: 0 auto;
}

.sectionInner .textWrapper {
display: block	
}

.sectionInner h2 {
font-size: 3.3rem;
font-weight: 500
}

.sectionInner h3 {
font-size: 2.2rem
}

.sectionInner p {
margin: 5vw 0 0 0
}

.textWrapper .textblock {
padding: 0 0 0 0;
margin:0
}

.textWrapper .box .inner {
padding: 8vw;
margin: 8vw -4vw -4vw -4vw;
}

/* ---- SECTION #1 ----- */

.section.no1 .sectionInner h1 {
font-size: 3.3rem;
}

.section.no1 .sectionInner h2 {
font-size: 2.2rem
}

.section.no1 .sectionInner .textWrapper .box {
font-size: 1.4rem;
}

.section.no1 .sectionInner .textWrapper .box p {
margin: 15px 0 0 0
}

.section.no1 .sectionInner .textWrapper .box a {
margin: 30px 0 0 0;
padding: 20px 10px;
font-size: 1.6rem;
}

/* ---- SECTION #2 ----- */

.section.no2 .sectionInner .textWrapper .box {
background: none;
box-shadow: none;
font-size: 1.5rem;
font-weight: 400;
margin: 4vw 0;
padding: 0;
}

.section.no2 .sectionInner .textWrapper .box h4 {
color: rgba(238,228,35,1);
font-size: 2rem;
font-weight: 500
}

/* ---- SECTION #3 ----- */

.section.no3 .sectionInner .textWrapper .box {
font-size: 1.6rem;
padding: 8vw;
margin: 6vw -4vw -4vw -4vw;
}

.section.no3 .sectionInner .textWrapper .box h2 {
font-size: 3.5rem;
}

.section.no3 .sectionInner .textWrapper .box h3 {
font-size: 1.8rem;
}

.section.no3 .sectionInner .textWrapper .box p {
margin: 5vw 0 0 0
}

/* ---- SECTION #4 ----- */

.section.no4 .juryWrapper {
display: block
}

.juryWrapper .mitglied {
text-align: center;
margin: 30px 0
}

.juryWrapper .mitglied img {
border-radius: 50%;
border: 5px solid #FFF;
max-width: 200px;
}

.juryWrapper .mitglied h4 {
font-weight: 500;
margin: 15px 0 10px;
}

.juryWrapper .mitglied span {
display: block;
font-size: 1.4rem
}

.fotonachweis {
font-size: 1.2rem;
margin: 12vw 0 0 0
}

/* ---- SECTION #5 ----- */

.section.no5 .sectionInner h2 {
color: rgba(44,57,86,1)
}

.section.no5 .sectionInner h3 {
color: rgba(240,126,38,1)
}

.section.no5 .sectionInner .textWrapper .alignright {
float:none;
display: block;
margin: 5vw auto;
max-width: 80%;
}

/* ---- SECTION #Kontakt ----- */

.section.no7 .kontaktWrapper {
display: block
}

.kontaktWrapper .ansprechpartner {
text-align: center;
margin: 12vw 0 0 0
}

.kontaktWrapper .ansprechpartner img {
border-radius: 50%;
max-width: 200px;
border: 5px solid #FFF;
}

.kontaktWrapper .metamenu {
text-align: center;
align-self: end;
margin: 10vw 0 0 0
}

#contentWrapper .kontaktWrapper .metamenu a {
color: #FFF;
font-size: 1.4rem;
margin: 0 8px;
}

.upBtn {
width: 50px;
height: 50px;
background: rgba(0,0,0,0.2);
position: fixed;
bottom: 0;
right: 0;
cursor: pointer;
display: none;
z-index: 500;
}

}
