@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
img {
    border: none;display: block;
}
p {
    margin: 0px 0 20px 0;
}
body {
	margin: 0;
    color: #333333;
    FONT-SIZE: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: none;
	word-wrap:break-word;
	font-family: 'Raleway';
	font-weight: 400;
}
a {text-decoration: none;color: rgba(11, 159, 252, 1);}
a:hover {text-decoration: none;color: #0364AB;}

th {padding: 10px 20px 10px 10px;line-height: 1.4;
}
td {
	padding: 10px 20px 10px 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	vertical-align: top;
}
tr {}
tr:nth-child(even) {
	background-color: rgba(236, 236, 236, 0.58);
}


.anker {display: inline-block;padding-right: 10px;border-right: 1px solid #ccc;margin-right: 10px;}
.anker:last-child {display: inline-block;padding-right: 0px;border-right: none;margin-right: 0px;}

.responsive-video video {
width: 100%;
}
.responsive-video {
position: relative;
width: 100%;margin: 0 auto;
}

.responsive-ytube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-ytube {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/*SLIDEOUT MENU*/

.site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#site-canvas {
	position: relative;
	/*height: 100%;*/
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
}
.show-nav #site-canvas {
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
	-webkit-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}
/*SLIDEOUT MENU ENDE*/




.hero {
	   background: url(/media/hesse-hero2.jpg) top center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   position:relative;
	   height:80vh;
	   max-height: 700px;
	   width: 100%;
}
.herowrap {
	   max-width: 1100px;margin: 0 auto;color: #fff;font-size: 0;position: relative;}
.language {
	   background-color: rgba(255, 255, 255, .20);padding: 10px 10px 5px 10px;cursor: pointer;
	   line-height: 1.1;display: inline-block;font-size: 14px;position: absolute;top: 0;left: 15px;color: rgba(255, 255, 255, .7);}
.language:hover {background-color: rgba(11, 159, 252, 1);color: #fff;}

.languagediv {background-color: rgba(11, 159, 252, 1);display: none;}
.languagediv-inner {max-width: 1100px;margin: 0 auto;padding: 20px 15px 5px 15px;}
.languagediv-inner ul{list-style-type: none;}
.languagediv-inner li{display: inline-block;padding: 0 20px 0 0;color: #ededed;vertical-align: middle;font-size: 14px;}
.languagediv-inner li a{display: block;color: #ededed;font-size: 16px;}
.languagediv-inner li a:hover{color: #fff;}
.languagediv-inner .lang-close{font-size: 24px;float: right;line-height: 14px;cursor: pointer;}
.languagediv-inner .lang-close:hover{color: #fff;}


.logowrap {padding: 10% 15px 0 15px;}
.hero-right {vertical-align: bottom;font-size: 14px;
	   line-height: 1.2;float: right;}
.hero-right {width: 33.333%;padding-left: 20px;}
.hero-right img{text-align: right;margin-left: -60px;max-width: 300px;margin-bottom: -10px;}


.webweiche {max-width: 1100px;margin: 0 auto 0 auto;padding: 0 15px;position: relative;}
.webweiche ul{margin-top: -100px;font-size: 0;}
.webweiche p{margin: 0;}
.webweiche a{color: #fff;}
.webweiche li{background-color: rgba(11, 159, 252, .75);display: inline-block;padding: 10px;min-width: 20%;margin: 3px;vertical-align: middle;vertical-align: top;}
.webweiche li:hover{background-color: rgba(11, 159, 252, 1);box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.50);}

.webweiche li a{color: #fff;text-transform: uppercase;
letter-spacing: 0px;margin: 0;line-height: 1.2;font-size: 20px;font-family: 'Source Serif Pro';}
.webweiche #nav-2 a:before{content:"Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;}
.webweiche #nav-3 a:before{content:"Calwer Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;}
.webweiche #nav-4 a:before{content:"Int. Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;}






.webweiche .heropic{background: none;float: right;padding-left: 20px;
width: 33.333%;padding-top: 25px;}
.webweiche .heropic a{display: block;line-height: 1.2;font-size: 12px;padding: 3px;color: #999;text-transform: none;font-family: 'Raleway';
}
.webweiche .heropic a:hover{color: #fff;}
.webweiche .heropic:hover {background: none;box-shadow: none;}

.arrow {position: relative;text-align: center;
	   color: #fff;font-size: 50px;margin-top: 40px;}

.blueback {background-color: rgba(11, 159, 252, 1);height: 60px;margin-top: 32px;}
.eventwrap {max-width: 1100px;margin: -40px auto 100px auto;padding: 0;color: #fff;}
.eventleft, .eventright {width: 66.666%;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 15px;}
.eventright {width: 33.333%;}

.eventleft h3{margin: 0;font-size: 20px;padding-bottom: 40px;}
.eventright h3{margin: 0;font-size: 20px;padding-bottom: 55px;}
/*.eventleft h3:before, .eventright h3:before{content: "Hermann Hesse Website";font-size: 14px;display: block;padding-bottom: 5px;}*/


/*Newsletterteaser Startseite*/

.NL-Teaser-Wrap{background: url(/media/hessebg-nl.png) #666666 no-repeat top right;}
.NL-Teaser{max-width: 1100px;margin: 0 auto;padding: 30px 15px;color: #fff;}
.NL-Teaser h2{font-family: 'Source Serif Pro';}
.NL-Teaser a{font-weight: bold;color: #ededed!important;}
.NL-Teaser a:hover{color: #ffffff!important;}
.NL-Teaser p{max-width: 700px;}



.news-item {margin: 50px 0 40px 0;color: #333333;line-height: 1.5;}
.news-item .news-pic {float: left;width: 33.333%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 5px 15px 0 0px;font-size: 0;}
.news-item .news-txt {float: left;width: 66.666%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 5px 0px 15px;color: #333;}
.news-item .news-txt p{margin-bottom: 30px;}
.news-item .news-pic img{width: 100%;height: auto;}
.news-item .news-txt h2{margin: 0 0 10px 0;line-height: 1.1;color: #333;font-family: 'Source Serif Pro';}
.news-item .news-txt .date{margin: 5px 0 7px 0;line-height: 1.1;color: #666;font-size: 14px;}

.news-item:hover h2{color: rgba(11, 159, 252, 1);}
.news-item:hover .news-txt i{color: rgba(11, 159, 252, 1);}
.news-item:hover img:first-child{border-bottom: 3px solid rgba(11, 159, 252, 1);}
.news-item .news-txt i{margin-left: 5px;font-size: 11px;}

.copyline{font-size: 11px;color: #999;padding: 2px 0 5px 0;line-height: 1.2;position: relative;}
.copyline::before{content: "©";padding-right: 2px;}

.event-item {margin: 25px 0;color: #333333;}
.event-item .date{font-size: 12px;margin: 0;color: #333;}
.event-item h4{font-family: 'Source Serif Pro';font-size: 18px;margin: 0;line-height: 1.3;padding-bottom: 10px;color: #333;}
.event-item:after{content: "";display: block;height: 3px;width: 100px;background-color: rgba(11, 159, 252, 1);}
.event-item:hover h4{color: rgba(11, 159, 252, 1);}

.eventright .date i{padding-right: 5px;}
/*.teaserwrap {border-bottom: 1px solid #ccc;display: flex;position: relative;}
.teaserwrap .teaser{width: 33.333%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;}
.teaserwrap .teaser img{width: 100%;height: auto;}
.teaserwrap .teaserhead{padding: 6% 20% 0px 20%;font-size: 30px;font-weight: 300;line-height: 1.2;}
.teaserwrap .teasertxt{padding: 10px 30px;}
.teaserwrap .teaser:nth-child(2) {border-left: 1px solid #ccc;border-right: 1px solid #ccc;}

.teaserwrap:after{content: '';display: block;height: 20px;width: 100%;bottom: -20px;position: absolute;opacity: 0.9;
background: url('/media/shadow-y-dark.png');
background-repeat: no-repeat;
background-size: 100% 20px;
-webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
      -o-background-size: 100% 20px;
}*/


.teasers4wrap{background-color: rgba(11, 159, 252, 1);padding: 0px 0;position: relative;}
.teasers4{max-width: 1100px;margin: 0 auto;font-size: 0;}
.teasercolumn{width: 25%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;display: inline-block;padding: 0px 15px;border-right: 1px solid rgba(255, 255, 255, .5);opacity: 0.8;}
.teasercolumn:hover{opacity: 1;background-color: rgba(255, 255, 255, .1);}
.teasercolumn:last-child{border-right: none;}
.teasercolumn img{width: 100%; height: auto;}
.teasers4wrap:after{content: '';display: block;height: 20px;width: 100%;bottom: -20px;position: absolute;opacity: 0.5;
background: url('/media/shadow-y-dark.png');
background-repeat: no-repeat;
background-size: 100% 20px;
-webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
      -o-background-size: 100% 20px;
}




.button a{border: 1px solid rgba(11, 159, 252, 1);border-radius: 70px;display: inline-block;line-height: 1;padding: 7px 20px 5px 20px;font-size: 12px;text-transform: uppercase;margin: 5px 0 10px 0;letter-spacing: 0px;background-color: rgba(11, 159, 252, 0.8);color: #fff;}
.button a:hover {background-color: rgba(11, 159, 252, 1);color: #fff;}
.buttonpush {margin-left: 33.333%;padding-left: 15px;margin-top: -15px;}


.ButtonBlue{border: 1px solid rgba(11, 159, 252, 1);border-radius: 70px;display: inline-block;line-height: 1;padding: 7px 20px 5px 20px;font-size: 12px;text-transform: uppercase;margin: 5px 0 10px 0;letter-spacing: 0px;background-color: rgba(11, 159, 252, 0.8);color: #fff;}
.ButtonBlue:hover {background-color: rgba(11, 159, 252, 1);color: #fff;}

.ButtonGrey{border: 1px solid #555;border-radius: 70px;display: inline-block;line-height: 1;padding: 7px 20px 5px 20px;font-size: 12px;text-transform: uppercase;margin: 5px 0 10px 0;letter-spacing: 0px;background-color: #777;color: #fff;}
.ButtonGrey:hover {background-color: #555;color: #fff;}

.ButtonRed{border: 1px solid #ef3f3f;border-radius: 70px;display: inline-block;line-height: 1;padding: 7px 20px 5px 20px;font-size: 12px;text-transform: uppercase;margin: 5px 0 10px 0;letter-spacing: 0px;background-color: #ef3f3f;color: #fff;}
.ButtonRed:hover {background-color: rgba(239, 63, 63, 0.82);color: #fff;}



/*Footer*/
footer{background-color: #0364AB;}
footer .foowrap{max-width: 1100px;margin: 0 auto;display: flex;padding: 6% 0 10% 0;}
footer .foo-column{width: 75%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 15px;}
footer .foo2{width: 25%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

footer ul{list-style-type: none;font-size: 14px;}
footer li{display: inline-block;margin-right: 15px;}
footer li a{display: block;color: #fff;}
footer li a:hover{color: #fff;opacity: 0.8;}
footer ul.ultop{border-bottom: 1px solid rgba(255, 255, 255, .2);padding-bottom: 5px;font-size: 16px;color: #ededed;}
footer ul.ulsearch{color: #fff;font-weight: normal;
font-size: 16px;margin: 0;}








/*Suchformular*/
.navbar-form .form-control{border-top-left-radius: 25px!important;border-bottom-left-radius: 25px!important;}
.btn-default{border-radius: 25px;}
.navbar-form{padding:6px 0 0 0;}
#submit{border: 1px solid rgba(11, 159, 252, 1);border-radius: 70px;display: inline-block;line-height: 1;padding: 7px 20px 5px 20px;font-size: 12px;text-transform: uppercase;margin: 5px 0 10px 0;letter-spacing: 0px;background-color: rgba(11, 159, 252, 0.8);color: #fff;margin-top: -10px;}
#submit:hover{background-color: rgba(11, 159, 252, 1);}

.article-search{padding: 15px;}
.article-search .input-group{max-width: 500px;}
.search_it-modul{padding: 15px;}
.search_it-modul ul{padding: 20px 0 0 0;list-style-type: none;}
.search_it-modul ul li{padding: 20px 0;border-bottom: 1px solid #ededed;}
.search_it-modul ul li p{margin: 0;}
.search_it-url{font-size: 14px;color: #666;}


/*Inneres Template*/
header{background-color: #0364AB;position: relative;}
.weichewrap{max-width: 1100px;margin: 0 auto;position: relative;position: relative;height: 280px;
background: url(/media/innerpic.jpg) #0364AB no-repeat;
background-size: auto 100%;
background-position: 85% top;
-webkit-background-size: auto 100%;
-moz-background-size: auto 100%;
-o-background-size: auto 100%;}
.weichewrap .webweiche ul{margin: 0;}
.weichewrap .webweiche li{margin: 0 3px;z-index: 1;}
.weichewrap .webweiche .language{right: 15px;left: auto;}
.weichewrap .webweiche .selected{background-color: rgba(11, 159, 252, 1);box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.50);padding-top: 20px;margin: 0 -3px;z-index: 2;}
.weichewrap .webweiche li:hover{box-shadow: none;}

.weichewrap .logo{position: absolute;top: 120px;left: -5px;color: #fff;line-height: 1.2;}
.weichewrap .logo img{text-align: right;margin-left: -0px;max-width: 300px;}
.weichewrap .logo .logounderline{font-size: 14px;margin: -10px 0 0 50px;padding: 0;display: block;}
.weichewrap .logo a{color: #fff;}
.weichewrap .logo:hover{opacity: 0.9;}










/*Navigation*/

nav{background-color: rgba(11, 159, 252, 1);	position: relative;}
ul#mainnavi{list-style-type: none;}

ul#mainnavi{max-width: 1110px;margin: 0 auto;display: block;line-height: 1.2;font-size: 0;}
ul#mainnavi li {color: #fff;display: inline-block;vertical-align: top;position: relative;}
ul#mainnavi li a{display: block;color: #fff;padding: 15px 15px 10px 15px;font-size: 18px;line-height: 18px;}
ul#mainnavi li a:hover{background-color: rgba(255, 255, 255, .3);color: #fff;}
ul#mainnavi li:hover > a {background-color: #0364AB;}
ul#mainnavi li a.rex-active, ul#mainnavi li a.rex-current {background-color: rgba(255, 255, 255, .2);}
ul#mainnavi li a.rex-active:hover {}
ul#mainnavi ul{position: absolute;top: 44px;left: 0;background-color: #0364AB;visibility: hidden;opacity: 0;line-height: 1.2;margin-top: -1px;min-width: 250px;z-index: 999;}
ul#mainnavi li:hover > ul{visibility: visible;opacity: 1;}
ul#mainnavi ul li {display: block;position: relative;}
ul#mainnavi ul li a{display: block;font-size: 14px;border-bottom: 1px solid rgba(255, 255, 255, .1);margin: 0;}
ul#mainnavi ul li a:hover{background-color: rgba(255, 255, 255, .2);}

ul#mainnavi ul ul{position: absolute;bottom: 0px;right: 0;background-color: #0364AB;visibility: hidden;opacity: 0;line-height: 1.2;margin-top: -1px;min-width: 250px;}
ul#mainnavi ul li:hover > ul{visibility: visible;opacity: 1;}

ul#mainnavi li.selected{background-color: rgba(2, 99, 171, 0.6);color: #fff;}
ul#mainnavi ul li.active {font-weight: bold;}

ul#weichemobil{display: none;}



.contentwrap{max-width: 1120px;margin: 0 auto;padding: 30px 0 200px 0;}
.content{float: left;width: 75%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;min-height: 10px;}
.contentright{float: left;width: 25%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;}

.contentright .search{border-bottom: 1px solid #ededed;padding: 10px 0 20px 0;margin-bottom:0px;}

.content h1{font-family: 'Source Serif Pro';}
.content h2{font-family: 'Source Serif Pro';font-size: 26px;}
.content h3{}

.content ul {list-style-type: disc;padding-left: 1em;}
.content li{padding: 3px 0;list-style-position: outside;}

.breadcr{max-width: 1100px;margin: 0 auto;padding: 20px 0px 0 0px;}
.breadcr a{color: #999;font-size: 12px;line-height: 1.2;}
.breadcr a:hover{color: #0364AB;}
.breadcr a:after{content: "/";padding: 0 2px;}
.breadcr ul{list-style-type: none;display: inline-block;padding: 0;margin: 0;}
.breadcr li{float: left;line-height: 1.2;}
.breadhome{display: inline-block;}



ul#subnavi{list-style-type: none;padding: 25px 0;}
ul#subnavi li a{color: #333;display: block;border-bottom: 1px solid #ededed;padding: 10px 5px 5px 0;line-height: 1.3;}
ul#subnavi li a:hover{color: rgba(11, 159, 252, 1);}
ul#subnavi li.active a{color: rgba(11, 159, 252, 1);}


.nl-signin {margin-top: 20px;}
.nl-signin h3{font-family: 'Source Serif Pro';}
.nl-signin p{margin: 0;line-height: 1.4;}

.zitatwrap{background-color: rgba(11, 159, 252, 1);position: relative;}
.zitat{max-width: 700px;margin: 0 auto;text-align: center;padding: 50px 20px;line-height: 1.2;}
.zitat p{margin: 0;color: #fff;}
p.zitattop{position: relative;text-align: center;text-transform: uppercase;font-weight: 700;font-size: 14px;}
p.zitattop:after{content: "";display: block;height: 2px;width: 66px;background-color: rgba(255, 255, 255, .8);margin: 7px auto 10px auto;}
p.zitatmain{font-family: 'Source Serif Pro';font-size: 40px;}
p.zitatunder{padding-top: 20px;}

.zitatwrap:after{content: '';display: block;height: 20px;width: 100%;bottom: -20px;position: absolute;opacity: 0.5;
background: url('/media/shadow-y-dark.png');
background-repeat: no-repeat;
background-size: 100% 20px;
-webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
      -o-background-size: 100% 20px;
}

.form-group label{line-height: 1.2;font-size: 12px;font-weight: normal;}
.form-group .checkbox{display: inline-block;margin-right: 5px;}
#yform-formular-email .control-label{display: none;}
#email{margin-top: 13px;}
.form-group a{color: #333;}
.form-group a:hover{color: rgba(11, 159, 252, 1);}
#yform-formular-email .form-control{border-radius: 25px;}



/*Mitgliedsformular/Sepa*/

#yform-formular-beitrag, #yform-formular-field-23{max-width: 300px;}
#yform-formular-kontoiban{display: inline-block;width: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 20px;}
#yform-formular-kontobic{display: inline-block;width: 30%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#yform-formular-kontobank{width: 80%;}



/*Module*/
ul.eventausgabe{list-style-type: none;padding: 0;}
li.eventitem{padding: 20px 0;border-bottom: 1px solid #ededed;}
li.eventitem:last-child{border-bottom: none;}
li.eventitem .event-head{display: block;font-size: 14px;}
li.eventitem h2{margin: 6px 0 0px 0;}
li.eventitem .event-date{display: block;font-size: 14px;margin: 0px 0 10px 0;}


.detail-pic{float: left;width: 33.333%;margin-right: 20px;padding: 5px 0 20px 0;}
.detail-pic img{width: 100%;height: auto;}

/*Modul-Spaltentext*/
.mod-txt3col{display: flex;padding: 20px 0;align-items:flex-start;justify-content: space-between;}
.mod-txt3col .column{width: 30%;line-height: 1.4;}
.mod-txt3col .column h2{margin: 0;padding: 0;color: rgba(11, 159, 252, 1);}

/*Modul-Single Spalte mit Link*/
.column3{width: 46%;margin: 15px 4% 15px 0;display: inline-block;vertical-align: top;border-bottom: 1px solid #ccc;min-height: 160px;}
.column3:hover{opacity: 0.8;}
.column3 h3{color: rgba(11, 159, 252, 1);margin: 0;padding: 0;}
.column3 a{color: #333;}
.column3 .seemore{font-size: 11px;}
.column3 p{margin: 0;}

/*Modul-Galerie*/
.mod-gallery{font-size: 0;margin-left: -10px;padding: 20px 0;}
.mod-gallery .thumbs{width: 33.333%;padding: 5px 10px;display: inline-block;flex-wrap:nowrap;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.mod-gallery .thumbs img{width: 100%;height: auto;}

/*Modul-Text*/
.mod-txtImg{margin: 20px 0 20px -15px;}
.mod-txtImg .image {width: 33.333%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 7px 15px 20px 15px;}
.mod-txtImg .image img{width: 100%;height: auto;}
.mod-txtImg .text{width: 66.666%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 15px;}
.mod-txtImg .subline{font-size: 12px;color: #666;padding: 10px 0 3px 0;line-height: 1.2;}
.mod-txtImg .copyline{font-size: 11px;color: #999;padding: 2px 0 5px 0;line-height: 1.2;position: relative;}
.mod-txtImg .copyline::before{content: "©";padding-right: 2px;}
.mod-txtImg h1, .mod-txtImg h2, .mod-txtImg h3, .mod-txtImg h4{margin-top: 5px;}

/*Markitup*/
.mod-txtImg .text img{width: 30%;float: left;padding: 0 20px 20px 0;}

/*Modul-Abtrenner*/
.hr{width: 100%;height: 2px;margin: 50px 0;
background: -moz-linear-gradient(left, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 30%, rgba(237,237,237,1) 70%, rgba(237,237,237,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 30%,rgba(237,237,237,1) 70%,rgba(237,237,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 30%,rgba(237,237,237,1) 70%,rgba(237,237,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededed', endColorstr='#00ededed',GradientType=1 ); /* IE6-9 */}

/*Toggle Inhalt Accordion*/
.mod-accordion {border-bottom: 1px solid #ccc;padding: 15px 0 10px 0;}
.accordion-title {position: relative;}
.accordion-title h2{cursor: pointer;color: rgba(11, 159, 252, 1);font-size: 20px;display: inline;line-height: 30px;padding-right: 30px;}
.accordion-title i{position: absolute;top: 0;right: 0;
float: right;line-height: 30px;color: #999;}
.accordion-content {display: none;padding-top: 10px;}

/*Modul Einzelnes Bild*/
.mod-singleImg{padding: 15px 0;}
.smallImg img{max-width: 33.333%;}
.mediumImg img{max-width: 66.666%;}
.largeImg img{width: 100%;}





/*SITEMAP*/

.navi404{margin: 10px 0 40px -20px;padding: 0;}
.navi404 ul{list-style-type: none;padding: 20px 0;margin: 0;line-height: 1.5;}
.navi404 ul ul{display: block;padding: 5px 0;}

.navi404 ul li{display: inline-block;position: relative;width: 33.333%;vertical-align: top;margin: 0;padding: 20px;}
.navi404 ul li:first-child{display: none;}
.navi404 ul ul li:first-child{display: block;}
.navi404 ul ul li{display: block;width: 100%;padding: 0;margin: 0;}

.navi404 ul li a{font-size: 18px;font-weight: bold;}
.navi404 ul ul li a{font-size: 16px;font-weight: bold;color: #666;}
.navi404 ul ul li a:hover{color: #0055a4;}
.navi404 ul ul ul li a{font-size: 14px;font-weight: normal;}
.navi404 .rex-navi3{padding-bottom:20px;}


.menubutton {display: none;}



/*Pagination News und Veranstaltungen*/

ul.pagination {padding-left: 0;}
.pagination > .active > a{background-color: rgba(11, 159, 252, 0.8);border: 1px solid rgba(11, 159, 252, 1);}
.pagination > .active > a:hover{background-color: rgba(11, 159, 252, 1);}


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

.webweiche {padding: 0;}
.webweiche ul{margin-top: 0px;}
.webweiche li{background-color: rgba(11, 159, 252, 1);display: block;padding: 15px 20px;margin: 3px 0;}
.webweiche .heropic{display: none;}
.hero {height:60vh;max-height: 400px;}
.hero-right {font-size: 14px;width: auto;padding-left: 0px;}


.weichewrap {margin-left: 20px;}
.weichewrap .webweiche li{display: inline-block;padding: 10px;margin: 0 3px;background-color: rgba(11, 159, 252, 0.75);}

.weichewrap .logo {margin: 0 0 0 15px;}

.blueback{display: none;}
.eventwrap{margin-top:0px;margin-bottom: 0px;}
.eventleft h3, .eventright h3{display: none;}

.eventleft, .eventright{width: 100%;padding: 0 20px;}
.eventright {background-color: #ededed;padding-top: 20px;padding-bottom: 30px;}
.eventright .event-item{max-width: 400px;}

.buttonpush{margin-left: 0;padding-left: 0;padding-bottom: 30px;}

footer .foowrap{display: block;padding-top: 40px;text-align: center;}
footer .foo-column{width: 100%;padding-bottom: 20px;}
footer .foo-column .navbar-form{max-width: 400px;margin: 0 auto;box-shadow: none;}
footer ul.ultop{border: none;padding-bottom: 0px;margin-bottom: 0px;}
footer ul.ultop a{color: rgba(255, 255, 255, 0.6);font-weight: 700;}
footer ul.ulbot{margin-bottom: 0px;font-size: 13px;}
footer ul.ulsearch{color: #fff;font-weight: bold;
font-size: 16px;margin: 0;}


}


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

.weichewrap .webweiche ul li{display: none;}
.weichewrap .webweiche .language {right: auto;left: 15px;}
nav {display: none;}
.menubutton {display: block;position: absolute;top: 150px;right: 20px;color: #fff;font-size: 30px;cursor: pointer;font-weight: normal;}
.menubutton i{font-weight: normal;}

nav{
	display: block;
	bottom: auto;
	padding: 0;
	top: 0px;
	position: fixed;
	right: -270px;
	float: none;
	width: 270px;
	height: 100%;
	margin: 0;
	background-color: rgba(11, 159, 252, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
	border: 0;
	}
ul#mainnavi {}
ul#mainnavi li {display: block;border-bottom: 1px solid rgba(255, 255, 255, .2);}
ul#mainnavi li a{padding: 17px 15px 12px 15px;font-size: 22px;line-height: 22px;}
ul#mainnavi li a:hover{background-color: rgba(255, 255, 255, .2);}
ul#mainnavi li:hover > a {background-color: rgba(255, 255, 255, .2);}

ul#mainnavi ul{position: relative;top: 0;background-color: rgba(2, 99, 171, 0.15);visibility: visible;opacity: 1;display: block;line-height: 1.2;margin-top: 0px;min-width: auto;}
ul#mainnavi li:hover > ul{visibility: visible;display: block;opacity: 1;}
ul#mainnavi ul li {border-bottom: none;position: relative;}
ul#mainnavi ul li a{border-bottom: none;padding: 7px 15px;}

ul#mainnavi li.selected{background-color: rgba(2, 99, 171, 0);color: rgba(2, 99, 171, 1);}
ul#mainnavi ul li.active a{font-weight: bold;}

.sticky{display: none!important;}

ul#weichemobil{display: block;list-style-type: none;padding-top: 20px;}
ul#weichemobil li{position: relative;padding: 5px 0;}
ul#weichemobil li a{display: block;font-weight: bold;
color: #fff;padding: 0px 15px;line-height: 1.2;}
ul#weichemobil li p.weichetop{margin: 0;font-size: 14px;}
ul#weichemobil li p.weichebottom{font-weight: 700;font-size: 18px;}

.webweiche li a{color: #fff;text-transform: uppercase;
letter-spacing: 0px;margin: 0;line-height: 1.2;font-size: 20px;font-family: 'Source Serif Pro';}
ul#weichemobil #nav-2 a:before{content:"Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;font-weight: normal;}
ul#weichemobil #nav-3 a:before{content:"Calwer Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;font-weight: normal;}
ul#weichemobil #nav-4 a:before{content:"Int. Hermann Hesse";color: #fff;margin: 0;line-height: 1.3;font-size: 14px;font-family: 'Raleway';display: block;font-weight: normal;}

ul#weichemobil li.selected:after{content: "\f058";font-family: "Font Awesome 5 Free";position: absolute;right: 20px;color: #fff;top: 5px;}

.content {width: 66.666%;}
.contentright {width: 33.333%;}

.contentwrap {padding-bottom: 0;}
.content {width: 100%;padding-bottom: 80px;}
.contentright{width: 100%;background-color: #ededed;padding-bottom: 30px;}
.nl-signin{max-width: 500px;margin: 50px auto 0 auto;text-align: center;}
.contentright #subnavi{display: none;}

.contentright .search{display: none;}

}



@media only screen and (max-width:700px){
	
.logowrap {padding-top: 200px;	}
.hero-right{text-align: left;font-size: 12px;}	
.hero-right img{width: 200px;margin-bottom: 0px;}	
	
.languagediv-inner li{display: block;}
.languagediv-inner .lang-close{margin-bottom: 20px;float: none;padding-top: 20px;}
	
.news-item .news-pic {max-width: 300px;width: 100%;height: auto;}	
.news-item .news-txt {width: 100%;height: auto;padding: 20px 0 0 0;}	
.news-item:hover img:first-child{border-bottom: none;}

.teasercolumn{width: 50%;border-bottom: 1px solid rgba(255, 255, 255, .5);}	

.weichewrap {height: 200px;}
.weichewrap .logo {top: 70px;}
.weichewrap .logo img{width: 250px;}
.weichewrap .logo .logounderline{font-size: 12px;margin-left: 33px;}

.menubutton {top: 90px;}

.mod-txtImg .image, .mod-txtImg .text {width: 100%;float: none;}
.mod-txtImg .image img{max-width: 400px;}

footer ul.ultop{margin-bottom: 15px;}


p.zitattop, p.zitatunder{font-size: 12px;}
p.zitatmain{font-size: 25px;}

.mod-gallery .thumbs{width: 50%;}

.detail-pic{width: 50%;}

.navi404 ul li{width: 100%;}

.smallImg img{max-width: 50%;}

.column3{width: 48%;min-height: 200px;}

/*Mitgliedsformular/Sepa*/
#yform-formular-kontoiban, #yform-formular-kontobic, #yform-formular-kontobank{display: block;width: 100%;padding-right: 0px;}

}
@media only screen and (max-width:500px){
	
.hero {height: 300px;}
.news-item .news-txt h2{font-size: 24px;}	
.logowrap{padding-top: 170px;}
.content h1{font-size: 24px;}
.content h2{font-size: 20px;}
.detail-pic{width: 100%;max-width: 400px;float: none;}

.smallImg img{max-width: 100%;}
.mediumImg img{max-width: 100%;}

.column3{width: 100%;min-height: 1px;padding: 15px 0;
}


}
@media only screen and (max-width:350px){
	
.menubutton {top: 8px;line-height: 1;font-size: 25px;
}
	
}
