@charset "UTF-8";
/*
Description: Theme fuer Wandelkern - HTML5, CSS3
Author: Ralph Segert
Date: 01/2020
Author URI: https://wandelkern.de
*/
* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

a:focus {
  outline: none; }

img, fieldset {
  border: 0; }

img {
  vertical-align: middle; }

a {
  border: 0;
  text-decoration: none; }

p a, strong {
  font-weight: bold; }
  
.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

  
  .hide {
	display: none;
	}
	

/* ######################################
LINKFARBEN: Navigationselemente und Links
######################################### */

a {
  color: #2C518E; 
  transition: .3s;
  }
 
  
a:visited {
  color: #2C518E; }

a:hover, a:focus {
  color: #888; }
  
  
h3 a {
  color: #000; 
  transition: .3s;
  }

h3 a:visited {
  color: #000; 
  } 
  
h3 a:hover {
  color: #666; 

  } 
  
  

.footer a {
  color: #777; 
  font-weight: normal;
  }

.footer a:visited {
  color: #777; }

.footer a:hover, .footer a:focus {
  color: #000; }

.pagination a {
  color: #000; }

.pagination a:visited {
  color: #000; }

.pagination a:hover, .pagination a:focus {
  color: #D00; }

/* ################# 
FLEXBOX: Grundlayout 
#################### */
.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  background-color: #fff; }

.container2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  background-color: #fff; }

.header {
  position: absolute;
  width: 100%;
  max-width: 1140px;
  align-items: flex-start; }

.headertop {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  background-color: transparent;
  margin-left: 11%; }

.headertop img {
  width: 49%;
  height: auto;
  transition: .3s;
  margin-top: -16px; }

.logograu img {
  transform: rotate(-28deg);
  margin-top: -20px;
  opacity: .4; }

.headertop img:hover {
  transform: rotate(-28deg);
  margin-top: -20px; }

.logograu img:hover {
  transform: rotate(2deg);
  margin-top: -17px;
  opacity: .5; }

#stopper {
  /* Container für zeitfixierte Hauptnavi */
  position: relative;
  width: 100%;
  transition: .3s; }

.hm {
  position: relative;
  width: 100%;
  top: 0;
  transition: .3s; }

.about {
  position: relative;
  width: 40px;
  height: 40px;
  transition: .3s;
  top: 1%;
  left: 95%;
  z-index: 1; }

.about img {
  width: 50%;
  height: auto;
  transition: .3s; }

.about img:hover {
  transform: rotate(-168deg);
  transition: .3s; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1140px;
  z-index: 1000;
  display: inline-block;
  transition: .3s; }

.content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  justify-content: center; }

.main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

.main > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 7%;
  flex: 1 7%;
  margin-top: 20.5%;
  color: #fff; }

.back {
  width: 100%;
  text-align:right;
  transition: .4s;
  opacity: 1; }

.back:hover {
  opacity: .7; }

.main > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 82%;
  flex: 1 82%;
  padding: 10% 13% 3% 13%;
  margin: 30px 6% 1% 0;
  background-color: #fff;
  border-top: 1px dotted #bbb;
   }

.main > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 32%;
  flex: 1 32%;
  padding: 0;
  padding-left: 4%;
  margin: 0;
  background-color: #fff;
  overflow: hidden; }

.main > div.einwort {
  border: 0;
  padding: 5% 12% 0 13%;
  margin-top: 70px; }

.main > div.kategorie {
font-family: 'Cormorant Garamond', serif;
  -webkit-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
  border: 0;
  padding-top: 8%;
  padding-right: 0;
  margin-right: 0; }

.main > div.kategorie ul {
  text-align: center;
  list-style-type: none; }

.main > div.kategorie ul li {
  list-style-type: none; }

.main > div.kategorie ul li {
  line-height: 3em;
  letter-spacing: 0px;
  font-size: 160%;
  color: #aaa; }

.main > div.kategorie ul li:nth-child(odd)::before {
  content: "∞—– "; }

.main > div.kategorie ul li:nth-child(even)::after {
  content: " –— »"; }

.main > div.kategorie a {

  transition: .3s; }

.main > div.kategorie a:hover {
  font-weight: bold;
  letter-spacing: 2px;
  transition: .3s;
  color: #555; }

.buchstabe {
font-family: 'Cormorant Garamond', serif;
  position: relative;
  font-size: 3500%;
  transform: rotate(-15deg);
 }

.weiterlesen {
margin-top: 0;
  margin-right: 2%;
  text-align: center; }

.weiterlesen a {
  transition: .6s; }

.weiterlesen a:hover {
	opacity: .4; 
  transition: .3s; }

.main > div:nth-child(1) img {
  width: 30%;
  height: auto; }

.main > div:nth-child(2) img {
  width: 6%;
  height: auto; }

h1, h2, h3 {
  
  letter-spacing: 0;
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 0 2px 3px rgba(205, 205, 205, 0.5); }
  


.main h1 {
  font-size: 280%;
  margin: 0 0 3% 0; }

.einwort h1 {
  margin: 2% 0 6% 0;
  text-align: left;
  color: black;
  font-size: 280%;
  letter-spacing: 0;
  font-family: 'Cormorant Garamond', serif; }

  
 .main h2 {
  margin: 8% 0 2% 0;
  font-size: 210%;
  font-family: 'Cormorant Garamond', serif; }
  
  .main h2:first-of-type {
	 margin-top: 15%;
  }

.einwort h3 {
  margin: 4% 0 0 0;
  text-align: left;
  color: black;
  font-size: 130%;
  letter-spacing: 0;
  font-family: 'Cormorant Garamond', serif; }
  
  .main div.einwort h3 {
margin: 9% 0 4% 7%;
  font-size: 220%;
  font-family: 'Cormorant Garamond', serif;
  }

  
  .einwort .verweise {
	font-size: 180%;
	margin: 9% 0 4% 0;
  }
  
.main > div:nth-child(2) p {
font-family: 'Cormorant Garamond', serif;
  font-size: 150%;
  line-height: 1.5em;
  padding: 1% 0 1% 0;
  }


.main > div:nth-child(2) .alle {
  font-size: 130%;
  }

.main > div:nth-child(2) .start {
  font-size: 140%;
  padding-top: 0;
  } 
    
.main div.einwort p {
font-family: 'Cormorant Garamond', serif;
  font-size: 135%;
  line-height: 1.6em;
  text-indent: 30px;
  padding: 1% 2% 1.5% 2%;
  }

.main div.einwort ul {
font-family: 'Cormorant Garamond', serif;
  font-size: 130%;
	list-style-type: circle;
	margin-left: 7%;
	margin-right: 14%;  
	line-height: 1.4em;

  }
  
 .main .bookmark {
	 float:right;
	 font-weight:normal;
 } 
  
.main div.einwort .autor {
  font-weight: bold;
  font-size: 115%;
  letter-spacing: 0;
  margin: 2.5% 0 12% 0;
  font-family: 'Cormorant Garamond', serif; }

.katmenu {
  margin: 1% 0 1% 10%;
  font-family: 'Cormorant Garamond', serif; 
  }

.katmenu ul {
  list-style-type: none;
  margin-top: 14%; }

.katmenu li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; 
  margin-bottom: 5%;
  }

.katmenu li a {
  text-align: center;
  color: #000;
  width: 100%;
  font-size: 100%;
  margin: 0 22% 0 28%;
  padding: 7px 28px 7px 0;
  transition: .3s; 
  }

.katmenu .aktiv {
  background: url(images/abc-marker.png) top left no-repeat;
  background-size: 50%;
  background-position: 26px 10px; }

.katmenu li a:hover {
  font-weight: 700;
  transition: .3s; 
  }
  
  .katmenu .abc {
	margin-top: 40%;
	height: 50px;
	transform: rotate(-15deg);
	letter-spacing: 6px;
	transition: .3s;
	margin-right: 20%;
	font-weight: bold;
  }

  .katmenu .abc:hover {
	transform: rotate(0deg);
  }

  .einwort .abc {
	  float: left;
	margin-top: 0;
	height: 60px;
	width: 40%;
	transform: rotate(-15deg);
	letter-spacing: 6px;
	transition: .3s;
	list-style-type: none;
  }

  .einwort .abc:hover {
	height: 110px;
	font-weight: normal;
	transform: rotate(0deg);
	list-style-type: square;
  }
  
  .sharethis-inline-share-buttons {
	  margin: 14% 0 5% 0;
  }
  
  .sharethis-inline-follow-buttons {
	  margin: -3% 0 7% 0;
  }

  
    
.footer {
  text-align: center;
  height: 80px; }

.footer p {
	  font-family: 'Cormorant Garamond', serif;
	font-style: italic;
  color: #333;
  font-size: 100%;
  letter-spacing: 1px;
  padding-top: 5%;
  padding-bottom: 9%; 
  }
  

/* HEADER: Inbox-Formatierungen ########## */
/* ################
NAVIGATIONSELEMENTE
################### */
#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: 40px;
  right: 4.5%;
  bottom: 8%;
  padding: 10px 12px 18px 15px;
  background: #666;
  color: #fff;
  font-size: 130%;
  text-align: left;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out .3s;
  border-radius: 6px; }

#back-to-top:hover {
bottom: 9%; }

.weiter {
  text-align: center;
  margin: 1% 0 2% 0; }

/* ####
BUTTONS
####### */
.btn-top {
  font-size: 1.3em;
  text-align: center; }

.btn-top::after {
  content: " ↑"; }

.btn-top::before {
  content: "↑ "; }

.btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0040A1;
  padding: 1.8em 0 1.8em 0;
  margin-top: 5%;
  transition: all ease .4s;
  cursor: pointer; }



/* Formular */

.article {
	padding: 12%;
	padding-top: 2%;
}

.div2er, .div3er, .div1breit, .div2schmal, .div1schmal, .div3schmal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 1% 0 1% 0;
}

.div1schmal {
	font-size: 90%;
	margin-bottom: 3%;
}

.fontmid {
	font-size: 100%;
	
}

.checkboxbottom {
  margin-top: 1%;
	
}

.div2er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%;
  padding-top: .5em;
}

.div2er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 70%;
  flex: 1 70%; 
}

.div1breit > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
}

.div1breit  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 65%;
  flex: 1 65%; 
}
  

.div2schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 18%;
  flex: 1 18%;
   padding-top: .3em;
}

.div2schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 70%;
  flex: 1 70%; 
  padding-top: .4em;
}


.div1schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 3%;
  flex: 1 3%;
  min-width: 30px;
}

.div1schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 95%;
  flex: 1 95%; 
}

.div3er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 40%;
  flex: 1 40%; 
  padding-right: 2%;
}

.div3er  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 28%;
}

.div3schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%; 
  padding-right: 1%;
}

.div3schmal  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 44.8%;
  flex: 1 44.8%;
}


legend {
	display: none;
	padding: 1% 0 3% 0;
}

.article fieldset {
	margin: 1% 0 0 0;
}

.article fieldset h3 {
	color: #0D4094;
	margin: 8% 0 0 0;
}

 .article fieldset h4 {
	font-size: 125%;
	color: #0D4094;
	margin: 2% 0 2% 0;
}

.article fieldset p {
	font-size: 100%;
	font-weight: bold;
	color: #0D4094;
	margin-top: -3%;
	margin-bottom: 3%;
}

.article form small {
	display: inline-block;
	font-size: 85%;
	line-height: 1.4em;
	margin-top: .3em;
}

.article form small strong {
	font-family: 'Cormorant Garamond', serif;
}

.article .textfeld {
	font-size: 100%;
	padding: .5em;
	width: 98%;
	border: 1px solid #273777;
	background-color: #fff;
	margin-bottom: 2%;
	border-radius: 4px;
	margin-left: 2%;
}

.article .textfeldkl {
	font-size: 100%;
	padding: .5em;
	width: 30%;
	border: 1px solid #273777;
	background-color: #fff;
	margin-bottom: 2%;
	border-radius: 4px;
}

.article .textfeldmid {
	width: 40%;
}



.article .selectsmall {
	max-width: 90%;
	margin-bottom: 9%; 
}

.article .date {
	padding: .8em;
}

.article .textfeldklein {
	width: 8%;
}

.article textarea {
	font-size: 120%;
	margin-top: 1%;
	padding: 1.8%;
	border: 1px solid #273777;
	width: 100%;
	height: 115px;
	margin-bottom: 4%;
}

.sendbutton {
	padding: 2.8% 5% 2.8% 5%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 1px;
	background-color: #273777;
	letter-spacing: 2px;
	width: 100%;
	cursor: pointer;
	margin: 3% 0 7% 0;
	border-radius: 6px;
	transition: .4s;
} 

.sendbutton:hover {
  color: #000;
  background-color: #ccc;
}

.article input[type="checkbox"] {
margin: 0 1% 0 0;
}

.article select {
font-size: 100%;
width: 100%;
margin-top: 1.5%;
margin-bottom: 2%;
}

.article .anrede {
  width: 30%;
  margin-left: 1.2%;
}


 /* #############################################

Formular 

############################################# */

.teamteaser {
	width: 100%;
display: -ms-flexbox;
  display: -webkit-box;
  display: flex; 
}

.teamteaser  form {
margin-top: 4%;
width: 100%;


}

.teamteaser legend {
display: none;
}

.teamteaser label {
	font-size: 100%;
	width: 24%;
	float: left;
	margin: 1% 0 1% 0;
}

.teamteaser select {
	margin-top: 1.8%;
	font-size: 90%;
}

.teamteaser  form p {
	width: 80%;
	font-size: 100%;
	line-height: 1.8em;
	float: left;
}
.teamteaser  form p label  {
	font-size: 100%;
}
.teamteaser  .textfeld {
	font-size: 100%;
	padding: 1.3%;
	width: 75%;
	background-color: #fff;
	border: 1px solid #454F7D;
	opacity: 1;
}
.teamteaser  textarea {
	margin-top: 1%;
	font-size: 100%;
	padding: 1.3%;
	width: 75%;
	border: 1px solid #454F7D;
	height: 100px;
}
.teamteaser .sendbutton {
	padding: 2.5% 4% 2.5% 4%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	background-color: #555;
	letter-spacing: 1px;
	width: 99%;
	cursor: pointer;
	margin: 0 0 5% 0;
	border-radius: 6px;
	transition: .3s;
} 
.teamteaser .sendbutton:hover {
  color: #fff;
  background-color: #999;
  border: 1px double #777978;
  transition: 0.4s;
  border-radius: 2px;
}


/*Styles for screen 980px and lower*/
@media only screen and (max-width: 60em) {
  .main > div:nth-child(2) {
    padding: 11% 4% 5% 5%;
    font-size: 100%;
    letter-spacing: 0; }
  .main > div:nth-child(2) p {
    letter-spacing: 0; }
  .buchstabe {
    position: relative;
    font-size: 1800%;
    transform: rotate(-15deg);
    top: 6%;
    right: 0; }
  .main > div:nth-child(3) {
    -webkit-flex: 1;
    -ms-flex: 1 20%;
    flex: 1 20%; }
  .main > div.kategorie {
    -webkit-flex: 1;
    -ms-flex: 1 58%;
    flex: 1 58%; } }
    
    

/*Styles for screen 640px and lower
@media only screen and (max-width: 40em) {
	
	


.main > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-top: 2.5%;
  color: #fff; }

.main > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  padding: 10% 13% 3% 13%;
  margin: 30px 0 1% 0;
  background-color: #fff;
  border-top: 1px dotted #bbb;
   }

.main > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  padding: 0;
  padding-left: 4%;
  margin: 0;
  background-color: #fff;
  overflow: hidden; }
    
    
    .katmenu ul {
	     display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  list-style-type: none;
  margin-top: 24%; }

.katmenu li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; 
  margin-bottom: 1%;
  }
    
   */
    
    /*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
    
    .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 96%; }
    
    .main > div:nth-child(1) {
display:none }
  
  .main > div:nth-child(2) {
width: 94%;
  padding: 10% 8% 3% 8%;
  margin: 50px 3% 1% 3%;
   }
  
    .main > div.einwort {

  border: 0;
  padding: 5% 2% 0 3%;
  margin-top: 90px; }
  
  
  .main div.einwort p {
font-family: 'Cormorant Garamond', serif;
  font-size: 140%;
  line-height: 1.2em;
  text-indent: 30px;
  padding: 1% 0% 1.5% 0%;
  }
  
  .main div.einwort ul {
font-family: 'Cormorant Garamond', serif;
  font-size: 135%;
	margin-left: 6%;
	margin-right: 0%;  
	line-height: 1.4em;

  }
  
    
    }

