body {
	font-family: "Open Sans";
}



/* ///// SWITCHER ZUR SCHULE ///// */

#switcher {
    width: 460px;
    background: #E7E100;
    background: -webkit-linear-gradient(top left, #E7E100, #F5EC21);
    background: -moz-linear-gradient(top left, #E7E100, #F5EC21);
    background: linear-gradient(top left, #E7E100, #F5EC21);
    left: 0;
}


#switcher a {
    color: #000;
}


#switcher:before {
    border-color: #f6ec22 transparent transparent transparent;
}

#switcher-responsive {
    border: solid 1px #f6ec22!important;
}

#footer #switcher:before {
    border-color: transparent transparent transparent #f3eb20;
}

#footer-2 img {
    width: 115px;
}

/* ///// HEADER ///// */

#logo {
    background: transparent;
    padding: 0;
    height: auto;
}

#logo:before {
    display: none;
}

#header-fadein #logo {
    padding: 0;
    height: auto;
}


/* ///// NAVIGATION ///// */

.hamburger .line1, .hamburger .line2, .hamburger:hover .line1, .hamburger:hover .line2 {
    background-color: #05baff;
}

span.separator:before, #header-fadein span.separator:before {
    background-image: url(../images/menu-arrow-blau.svg);
}

ul.menu a:hover, span.separator:hover {
    text-decoration: none;
    color: #04baff;
}

#left-col li.current.active a {
	color: #fff;
	background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#navigation ul.menu a, #navigation span.separator {
    margin: 15px 20px 28px 20px;
}

#navigation ul.menu li.active {
    border-bottom: solid 0px #f6ec21;
}

#navigation ul.menu li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
background: rgba(0,187,255,1);
background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );

}

#navigation-unterseiten ul.menu a, #navigation-unterseiten span.separator {
    margin: 17px 20px 26px 20px;
}


#navigation-unterseiten ul.menu li.active {
    border-bottom: solid 0px #f6ec21;
}



#navigation-unterseiten ul.menu li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
background: rgba(0,187,255,1);
background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#responsive-navigation li.current.active a {
    color: #00bbff;
}

.hamburger .line1, .hamburger .line2, .hamburger:hover .line1, .hamburger:hover .line2 {
    background-color: #05baff!important;
}

/* ///// Boxes ///// */
#boxes-top h3 {
    font-size: 0.9vw;
	line-height: 1;
}

#boxes-top img {
    font-size: 0.9vw;
	line-height: 1;
    height: auto;
}

#box-top1:hover, #box-top2:hover, #box-top3:hover, #box-top4:hover {
	background: #e6e6e6;
}

#box-top1:hover h3, #box-top2:hover h3, #box-top3:hover h3, #box-top4:hover h3 {
	color: #000;
}

#boxA-left:hover, #boxA-right:hover, #boxB-left:hover, #boxB-right:hover {
	background: #e6e6e6;
}

/* ///// Hinweisbutton ///// */
#hinweis .hinweisprimarschule #beitrag {
    position: absolute;
    float: right;
    top: 20%;
    background: #f8e801;
    border-radius: 50%;
    z-index: 999;
    display: block;
    left: 75%;
    width: 200px;
    height: 200px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    padding: 1%;
    color: #fff;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}


#hinweis .hinweisprimarschule #beitrag:before {
    content: "Hinweis";
    position: absolute;
    background: #f3eb20;
    color: #000;
    padding: 6%;
    border-radius: 13%;
    top: -2%;
    left: 10%;
    font-size: 14px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    font-family: "Open Sans";
    transform: rotate(-21deg);
}

.boxicon img {
	width: 2vw;
    max-width: 45px;
    height: auto;
}

/* ///// Einleitungstext ///// */

#einleitungstext {
    position: relative;
    display: block;
    width: 72%;
    float: left;
    text-align: center;
    /*font-family: "Abel";*/
    padding: 5% 14%;
}

#einleitungstext h4 {
    font-size: 45px;
    text-transform: uppercase;
}

#einleitungstext p {
    font-size: 18px;
    line-height: 2;
}

#einleitungstext a.button {
    text-decoration: none;
    color: #fff;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
    position: relative;
    padding: 0 50px 0 10px;
}

#einleitungstext a.button:before {
    content: "";
    background: url(/images/icons/arrow.svg);
    position: absolute;
    right: 6px;
    top: 5px;
    width: 35px;
    height: 25px;
    background-size: cover;
}

/* ///// Terminkalender ///// */
.fc-state-default {
    /* background-color: #e4e4e4; */
    background-image: inherit;
    background-repeat: inherit;
    border-color: inherit;
    /* color: #333; */
    text-shadow: inherit;
    box-shadow: inherit;
    border: 3px solid #f5f5f5;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

.minikalenderschule .mod-dpcalendar-mini .fc-button-primary {
    padding: 5px;
    border: 0px solid #c0c0c0;
    border-radius: .1rem;
    font-weight: 400;
    background-color: #02b9fe;
    color: #fff;
    background-image: none;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}


.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    content: "";
    background: url(/images/icons/arrow.svg);
    position: absolute;
    right: 0px;
    top: -7px;
    width: 23px;
    height: 16px;
    background-size: cover;
    left: 0;
}

.fc-icon-left-single-arrow:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}



#terminkalender a.button {
    text-decoration: none;
    color: #fff;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
    position: relative;
    padding: 0 35px 0 10px;
    height: 24px;
    margin-left: 0;
    margin-top: 20px;
}



#terminkalender a.button:before {
    content: "";
    background: url(/images/icons/arrow.svg);
    position: absolute;
    right: 10px;
    top: 4px;
    width: 21px;
    height: 14px;
    background-size: cover;
}


.tippy-tooltip {
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}



/* ///// NEUIGKEITEN ////// */

#neuigkeiten a.readmore, #attinghausen-content a.readmore, a.button.neuigkeitenunterseite {
	color: #fff;
	background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

a.button.neuigkeitenunterseite {
    border: 0;

}

#neuigkeiten p {
	display: inline;
}




/* ///// NEWS ////// */

#news {
    position: relative;
    display: block;
    float: right;
    width: 59%;
    padding: 5% 8% 20%;
}

#news .newscontent:nth-child(1) {
    flex: 0 100%;
}

#news .newsflash {
    justify-content: flex-start;
}

#news .beitrag {
    position: relative;
    overflow: hidden;
}

#news h2.newsflash-title {
    width: calc(100% - 6em);
    margin-left: 1em;
    margin-bottom: 1em;
    float: left;
    padding-right: 5em;
    line-height: 1.2;
    hyphens: auto;
}

#news .introtext, #news .introtext-zeichenlimit {
    position: relative;
    display: block;
    width: calc(100% - 4em);
    margin-left: 2em;
    margin-right: 2em;
    float: left;
}

#news #beitrag p {
    display: inline;
}



#neuigkeiten a.button {
    text-decoration: none;
    color: #fff;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
    position: relative;
    padding: 0 35px 0 10px;
    height: 24px;
    margin-left: 0;
    margin-top: 20px;
}

#neuigkeiten a.button {
    border: none;
    color: #fff;
    background-color: #f7e903;
    padding: 5px 40px 5px 14px;
    margin: 5px 15px 5px 0;
    transition: all ease .5s;
    display: table;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    float: none;
    text-decoration: none;
    position: relative;
    padding: 5px 35px 0 10px;
    height: 22px;
    margin-left: 0;
    margin-top: 20px;
}

#neuigkeiten H4 {
    min-height: 60px;
}


a.button.neuigkeitenunterseite:before, 
#neuigkeiten a.button:before {
    content: "";
    background: url(/images/icons/arrow.svg);
    position: absolute;
    right: 10px;
    top: 4px;
    width: 21px;
    height: 14px;
    background-size: cover;
}

#neuigkeiten .col-2.beitrag {
    padding: 4% 2% 0 0;
    width: 25%;
}





#news .beitrag .bild-frame {
    height: 12vw;
}

#news .bild-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    background: rgba(0,0,0,0.2);
    transition: all ease 0.5s;
}

#news .bild-frame .bild {
    height: 100%;
}

#neuigkeiten .bild {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 14vw;
    background-size: cover;
    background-position: center center;
    margin: 0;
    transition: all ease 0.5s;
}

/* ///// Leitbild ///// */

.newsflash.personen.firmenvereine.dreierblock.leitbild {
    counter-reset: section;
}

.moduletable.personen.firmenvereine.dreierblock.leitbild h3.page-header+.newsflash {
    counter-reset: section;
}

h4.newsflash-title.personen.firmenvereine.dreierblock.leitbild::before {
    counter-increment: section;
    content: "" counter(section) "";
    border: 3px solid #fff;
    padding: 0px 8px 0 8px;
    color: #fff;
    font-family: "Abel";
    font-size: 30px;
}


.leitbild #beitrag {
    flex: 1 41%!important;
}

.newsflash.personen.firmenvereine.dreierblock.leitbild p, #beitrag .introtext h4.newsflash-title.personen.firmenvereine.dreierblock.leitbild+p {
    text-align: center;
}

.newsflash.personen.firmenvereine.dreierblock.leitbild p::before, #beitrag .introtext h4.newsflash-title.personen.firmenvereine.dreierblock.leitbild+p::before {
    content: "Bi yys z'Ättighüsä...";
    display: block;
    font-style: italic;
    color: #33414a;
    font-weight: 500;
}


.leitbild .image {
    display: none;
}

.leitbild p {
    font-size: 19px;
}


.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(1), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(1) {
background: #845EC2;
background: -webkit-linear-gradient(top left, #845EC2, #D65DB2);
background: -moz-linear-gradient(top left, #845EC2, #D65DB2);
background: linear-gradient(top left, #845EC2, #D65DB2);
}


.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(2), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(2){
background: #D65DB2;
background: -webkit-linear-gradient(top left, #D65DB2, #FF6F91);
background: -moz-linear-gradient(top left, #D65DB2, #FF6F91);
background: linear-gradient(top left, #D65DB2, #FF6F91);
}


.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(3), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(3){
background: #FF6F91;
background: -webkit-linear-gradient(top left, #FF6F91, #FF9671);
background: -moz-linear-gradient(top left, #FF6F91, #FF9671);
background: linear-gradient(top left, #FF6F91, #FF9671);
}

.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(4), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(4){
background: #FF9671;
background: -webkit-linear-gradient(top left, #FF9671, #FFC85F);
background: -moz-linear-gradient(top left, #FF9671, #FFC85F);
background: linear-gradient(top left, #FF9671, #FFC85F);
}

.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(5), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(5){
background: #FFC85F;
background: -webkit-linear-gradient(top left, #FFC85F, #F9F971);
background: -moz-linear-gradient(top left, #FFC85F, #F9F971);
background: linear-gradient(top left, #FFC85F, #F9F971);
}

.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag:nth-child(6), .moduletable.personen.firmenvereine.dreierblock.leitbild .newsflash #beitrag:nth-child(6){
background: #F9F971;
background: -webkit-linear-gradient(top left, #F9F971, #9CDE7E);
background: -moz-linear-gradient(top left, #F9F971, #9CDE7E);
background: linear-gradient(top left, #F9F971, #9CDE7E);
}

.newsflash.personen.firmenvereine.dreierblock.leitbild #beitrag h4, .page-header+.newsflash #beitrag .introtext h4.newsflash-title.personen
{
    padding: 2%;
    color: #fff;
}

/* ///// Lehr- und Fachpersonal ///// */
.lehrpersonal .item.column-1,
.lehrpersonal .item.column-2,
.lehrpersonal .item.column-3 {
    float: left;
    margin-right: 0;
    padding: 0;
    width: 100%;
}


#instagram p,
#facebook p {
    margin: 8px 0;
}

/* ///// Schulrat ///// */
.newsflash.personen.firmenvereine.dreierblock.schulrat {
    display: inline-flex;
}

h4.newsflash-title.personen.firmenvereine.dreierblock.schulrat {
    margin: 5px!important;
}

/* ///// Download Farben nur Schule ///// */
.acc .active {
background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#attinghausen-download {
    background: transparent;
}

#attinghausen-download dl.fields-container {
    position: absolute;
    right: 0%;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 2;
    transition: all ease .5s;
	background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#attinghausen-download dl.fields-container:hover {
    transform: scale(1.05);
	background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#attinghausen-download ul.fields-container {
    position: absolute;
    right: 0%;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 2;
    transition: all ease .5s;
    background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}

#attinghausen-download ul.fields-container:hover {
    transform: scale(1.05);
	background: rgba(0,187,255,1);
    background: -moz-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,187,255,1)), color-stop(100%, rgba(0,123,224,1)));
    background: -webkit-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -o-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    background: linear-gradient(to right, rgba(0,187,255,1) 0%, rgba(0,123,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007be0', GradientType=1 );
}




/* /////// RESPONSIVE //////// */


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

#logo img {
    width: 291px;
}

}

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

#navigation ul.menu a, #navigation span.separator {
    margin: 15px 20px 31px 20px;
}
	
}

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

#logo img {
    width: 196px;
}

#header #switcher {
    width: 335px;
}

#header-fadein #navigation-unterseiten ul.menu a, #header-fadein #navigation-unterseiten span.separator, #header-fadein #navigation ul.menu a, #header-fadein #navigation span.separator {
    margin: 0px 15px 22px 12px;
}

#footer #switcher {
    width: 360px;
}
	
#navigation-unterseiten ul.menu a, #navigation-unterseiten span.separator {
        margin: 22px 20px 14px 20px;
}
	
#navigation-unterseiten ul.menu li {
    margin-top: -12px;
}
	
#navigation ul.menu a, #navigation span.separator {
    margin: 10px 20px 14px 20px;
}
	
span.separator:before {
    right: 0px;
    top: 26px;
}
	
#navigation span.separator:before {
    right: 0px;
    top: 15px;
}

}


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

#logo img {
    width: 175px;
}

#header.scrolled-nav #logo img {
    width: 113px;
}

#header.scrolled-nav #logo {
    padding: 0;
    height: auto;
}

/* ///// EINLEITUNGSTEXT ///// */

#einleitungstext {
    width: 90%;
    padding: 10% 5%;
}

#einleitungstext h4 {
    font-size: 35px;
}

#einleitungstext p {
    font-size: 16px;
}

#einleitungstext a.button:before {
    width: 31px;
    height: 22px;
}
	
#boxes-top {
    margin-top: 75px;
}
	
#boxes-top h3 {
    font-size: 1.3vw !important;
}

}



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

#logo img {
    width: 129px;
}

#header.scrolled-nav #logo {
    padding: 0;
    height: auto;
}

/* ///// EINLEITUNGSTEXT ///// */

#einleitungstext h4 {
    font-size: 30px;
	text-align: left;
}


#einleitungstext p {
    font-size: 15px;
    text-align: left;
}

#einleitungstext a.button:before {
    width: 28px;
    height: 20px;
}

}