@charset "UTF-8";




.abstand-4
{
	height:4px;
	width:100%;
	display:block;

}



.abstand-6
{
	height:6px;
	width:100%;
	display:block;

}

.abstand-8
{
	height:8px;
	width:100%;
	display:block;

}

.abstand-10
{
    height:10px;
	width:100%;
	display:block;

}

.abstand-12
{
	height:12px;
	width:100%;
	display:block;

}

.abstand-15
{
	height:15px;
	width:100%;
	display:block;

}

.abstand-20
{
	height:20px;
	width:100%;
	display:block;

}

.abstand-27
{
	height:27px;
	width:100%;
	display:block;

}

.abstand-25
{
	height:25px;
	width:100%;
	display:block;

}

.abstand-30
{
	height:30px;
	width:100%;
	display:block;

}

.abstand-40
{
	height:40px;
	width:100%;
	display:block;

}

.abstand-50
{
	height:50px;
	width:100%;
	display:block;

}

.abstand-60
{
	height:60px;
	width:100%;
	display:block;

}

.abstand-70
{
    height:70px;
	width:100%;
	display:block;

}

.abstand-80
{
	height:80px;
	width:100%;
	display:block;

}

body
{
    font-family: 'Open Sans';
    font-weight: 400;
    color:#000000;
    font-size:17px;
}


h1, h2, h3, h4, h5
{
 	margin-bottom: 0px;
	font-weight: 300;
	color: inherit;
    
}

h1
{
	font-size:32px;
	font-weight:600;
    text-align:center;
    line-height:36px;
}

.h1left
{
    font-size:32px;
	font-weight:400;
    line-height:36px;
}

h2
{
	font-size:17px;
    font-weight:800;
    text-align:center;
    letter-spacing: 0.05em;
}

.h2left
{
    font-size:17px;
    font-weight:800;
}

h3
{
	font-size:20px;
}

h5
{
	font-size:15px;
    font-weight:400;
}



p
{
	margin-bottom:0px;
	display:block;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:none;
}

.font12
{
	font-size:12px;
	font-weight:300;
}

.font14
{
	font-size:14px;
	font-weight:300;
}


.textlight
{
	font-weight: 300;
}

.textbold
{
	font-weight:400;
}

h1 .textnormal
{
	font-weight:400;
}



h2 .textbold
{
	font-weight:600;
}

.bolder
{
	font-weight:600;
}




.linkweiss a
{
	text-decoration:none;
}

.linkweiss a:hover
{
	text-decoration:none;
	font-weight:bolder;
}

.linkblau a
{
	text-decoration:none;
}

.linkblau a:hover
{
	text-decoration:none;
	font-weight:bolder;
}


.zentrieren {
    margin-left:auto;
    margin-right:auto;
    display:block;
}


.textcenter
{

	text-align:center!important;
}

.textlinks
{

	text-align:left!important;
}

.vtop
{
    margin-top:0px;
    padding-top:0px;
    vertical-align:top;
}

#nav-icon1 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.button1
{
    padding: 10px 30px;
    border: 1px solid #d71317;
    color: #d71317;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    transition: all .5s;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:300px;
}



.button1:hover
{
    background: #d71317;
    color: #FEFEFE;
}

.button1-bg
{
  background: #d71317;
  color: #FEFEFE;
}

.button1-bg:hover
{
    background: transparent !important;
    color: #d71317!important;
}


.janeincontainer
{
    width:300px;
    min-height:1px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}



.neinbutton
{
    padding: 10px 30px;
    border: 1px solid #d71317;
    color: #d71317;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    transition: all .5s;
    text-align:center;
    margin-left:10px;
    margin-right:10px;
    width:130px;
    float:left;
}



.neinbutton:hover
{
    background: #d71317;
    color: #FEFEFE;
}

.neinbutton-bg
{
  background: #d71317;
  color: #FEFEFE;
}

.neinbutton-bg:hover
{
    background: transparent !important;
    color: #d71317!important;
}


.jabutton
{
    padding: 10px 30px;
    border: 1px solid #1b7820;
    color: #1b7820;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    transition: all .5s;
    text-align:center;
    margin-left:10px;
    margin-right:10px;
    width:130px;
    float:left;
}



.jabutton:hover
{
    background: #1b7820;
    color: #FEFEFE;
}

.jabutton-bg
{
  background: #1b7820;
  color: #FEFEFE;
}

.jabutton-bg:hover
{
    background: transparent !important;
    color: #1b7820!important;
}



input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
	margin-left:0px;
    box-shadow: inset 0 1px 1px 0 rgba(0 , 36 , 68,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:rgba(0 , 36 , 68, 0.25);
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:rgba(0 , 36 , 68, 1);
  box-shadow: inset 0 0 0 2px white;

}


.tc-list 
{
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.tc-list li + li {margin-top: 5px;}
.tc-list-background li {padding: 10px 15px;}
.tc-list-background li {background-color: rgba(0, 0, 0, 0.05);}

.tc-list li i
{
	color:#333333;
	font-size:13px;
    margin-right: 10px;
}



