/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Verdana, sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
    height: auto;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
  /*  background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background: url(../img/intro-bg-halle.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
	margin-top: 50px;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	margin-top: 50px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


/* eigene Codes */

nav{
	height: 70px !important;

}

accordion a, .accordion a{
	color: #333;
	text-decoration: none;
	border: 0px;
}

.nomargin{
	padding: 0;
	margin: 0;
}

.fasmall{
	font-size: 16px;
}

.silver{
	color: silver;
}

.boldgrey{
	color: #444;
	font-weight:bold;
	font-size: 90%;
}

.orange{
	color: orangered;
}

.orangebold{
	color: orangered;
	font-weight: bold;
}


li{
	font-size: 18px;
    font-weight: 400;
	padding: 0;
	margin-bottom: 0.2em;
}

.mail a, .eumist a{
	color: orange;
}
.mail a:hover, .eumist a:hover{
	color: white !important;
}

.mail a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid white;
  transition: 0.4s;
}

.rund{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

.schatten { 
	-moz-box-shadow:3px 1px 12px #292929; /* Firefox */
	-webkit-box-shadow:3px 1px 12px #292929; /* Chrome, Safari */
	-khtml-box-shadow:3px 1px 12px #292929; /* Konqueror */
	box-shadow:3px 1px 12px #292929; /* CSS3 */
}



a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px #999;
		/*border-bottom: solid 1px;*/
		/*color: #336699;*/
		color: orange;
		text-decoration: none;
}


a:hover, .navbar-brand:hover {
		text-decoration: none;
		/*border-bottom-color: transparent !important;*/
		/*border-bottom: solid 1px;*/
		/*color: orangered !important;*/
		color: #787878 !important;
		
		-webkit-transition: color .25s linear .1s;
		transition: color .25s linear .1s;
		}
		
/*underline animation*/

a {
  position: relative;  
}


a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid orange;
  transition: 0.4s;
}

a:hover:after {
  width: 100%;
}


.linkbold {
	font-weight: bold;
}

.linkboldred {
	font-weight: bold;
	color: red;
}



/*Tooltip CSS*/
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:300px;
  color: #FFFFFF;
  /*background: #333333;*/
  background: orangered;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  box-shadow: 6px 6px 8px #333333;
  font-size: 80%;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}

/*tooltip left*/
a.tooltipsleft{
  position: relative;
  display: inline;
}
a.tooltipsleft span {
  position: absolute;
  width:300px;
  color: #FFFFFF;
 /*background: #333333;*/
  background: orangered;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  box-shadow: 6px 6px 8px #333333;
  font-size: 80%;
}
a.tooltipsleft span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltipsleft span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
}

/*modal window*/

.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
	
	/*Bilder im Text*/
.imgright {
	float: right;
	border: 1px solid #e2007a;
	margin: 5px 0 5px 5px;
}


.imgleft {
	float: left;
	border: 1px solid #e2007a;
	margin: 5px 5px 0 0;
}

.imgrightnob {
	float: right;
	border: 0;
	margin: 5px 0 0 5px;
}

.imgleftnob {
	float: left;
	border: 0;
	margin: 5px 5px 0 0;
}

