


body {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin: 0; padding: 0;
	color: var(--primary);
    font-size: 1.6em;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

* {
  box-sizing: border-box;
}

html,
body {
    height: 100%;
}


@media screen and (min-width:576px) {
	body {
      padding-top: 0px;
    font-size:1.8em;
    }
}


@media screen and (min-width:768px) {
	body {
      padding-top: 0px;
        font-size: 2em;
    }
}

img.team {
    max-width: 400px;
} 

#socialmedia {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1000;
    font-size: 50px;
}

@media screen and (min-width:768px) {
	#socialmedia {
        right: 25px;
    }
}

#socialmedia a {
    color: var(--secondary);
    display: inline;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

@media screen and (min-width:768px) {
	#socialmedia a {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
}

#socialmedia a:hover {
    color: var(--tertiary);
    text-decoration: none;
}


a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
    color: var(--primary);
}




a {
    color: var(--secondary);
	outline: none;
    text-decoration: none;
}

a:hover, a:focus, a:visited, a:visited:hover {
    color: var(--secondary);
    text-decoration: underline;
	outline: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


@media (min-width:768px) {
    .container {
        width: auto;
    }
}

@media (min-width:992px) {
    .container {
        width: auto;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}


/* TRENNER */

.trenner { display: none; }
.break { display: block; }

@media screen and (min-width:576px) {
	.trenner { display: inline-block; }
	.break { display: inline; content:' '; clear: none; }
}

ul.standardlisten {
	margin-top: -20px;
	margin-bottom: 1.2em;
	padding-inline-start: 30px;
}





/* SECTION */



section { 
    background-color: var(--zero); 
    padding: 30px 0px 0px 0px; 
}


@media (min-width:768px) {
    section { 
        padding: 150px 0px 100px 0px; 
    }
}


section#downloadsoftware {
	background-color: var(--zero);
}

@media (min-width:576px) {
	section#downloadsoftware .col-xs-12 {
		width: 33.33333333% !important;
	}
}

section#myeberltutorial {
	background-color: var(--ultralight);
}

section#myeberltutorial h1 {
	background-color: var(--ultralight);
}

@media (min-width:576px) and (max-width:767px){
	.videos .col-xs-12 {
		width: 50% !important;
	}
}


section#kontakt {
	background-color: var(--zero); 
/*	text-align: center;*/
}

/*
@media (min-width:768px) {
    section#kontakt {
		text-align: left;
	}
}
*/


section#kontakt a { color: var(--primary) !important; text-decoration: none; }
section#kontakt a:hover { color: var(--secondary) !important; text-decoration: none; }
section#kontakt a:visited { color: var(--primary) !important; }
section#kontakt a:visited:hover { color: var(--secondary) !important; text-decoration: none; }
section#kontakt a:focus { color: var(--primary) !important; }

section#kontakt a[href^="tel"]:link,
a[href^="tel"]:visited  {
    text-decoration: none;
    color: var(--primary);
}

section#kontakt  
a[href^="tel"]:hover {
    text-decoration: none;
    color: var(--secondary);
}


/* CONTENT */

.nopadding { padding: 0px !important; }

.nomargin { margin: 0px !important; }


.listen { 
    display: block;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
}

.listen li {
    display: block;
    padding-left: 0px;
    position: relative;
	margin-left: 40px;
	margin-bottom: 5px
}

.listen li:before {
    color: #888;
    /* content: "\f14a"; */
    content: "\f00c";
    font-family: FontAwesome;
	margin-right: 7px;
	margin-left: -20px;
}




header {
    position: relative; 
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.fillcontent {
    width: 100%;
    height: 200px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
	.fillcontent { height: 300px; }
}

@media screen and (min-width:992px) {
	.fillcontent { height: 400px; }
}


.mainsolo {
  width: 100%;
  position: relative; 
  background: #ffffff;
  padding: 20px 0px 0px 0px;
}


@media screen and (min-width:768px) {
	.mainsolo { padding: 30px 0px 0px 0px; }
}

@media screen and (min-width:992px) {
	.mainsolo { padding: 40px 0px 0px 0px; }
}


.row { margin-bottom: 30px; }

@media screen and (min-width:992px) {
	.row { margin-bottom: 50px; }
}





@media (min-width: 992px) {
  
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
        align-items: flex-end;
	}
}


/* BUTTON */

.btn {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 30px;
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    text-transform: uppercase;
    color:  #fff;
    text-decoration: none;
    background-color: #222;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus,
.btn:active:focus, 
.btn:focus {
    color:  #fff;
    outline: none !important;
    outline-offset: 0px !important;
}

.btn:hover {
    color: #fff !important;
    border-color: #888 !important;
    background-color: #888 !important;
    text-decoration: none;
}

.btn:visited {
    color: #fff !important;
    border-color: #222;
    background-color: #222;
    text-decoration: none;
}

.btn:visited:hover {
    color: #fff !important;
    border-color: #888 !important;
    background-color: #888 !important;
    text-decoration: none;
}

.btn.active, 
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #fff;
    background-color: #222;
    border-color: #222;
    margin-top: 15px;
}

.btn-default.active, 
.btn-default.focus, 
.btn-default:active, 
.btn-default:focus,
.btn-default:hover, 
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.btn-default.active, 
.btn-default:active, 
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus,
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover,
.btn-default[disabled], 
.btn-default[disabled].active, 
.btn-default[disabled].focus,
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-default span {
    margin-right: 15px;
}

.btn a {
    text-decoration: none !important;
}





p {
    line-height: 1.6em;
    margin-bottom: 1.2em;
}

h1,
h2,
h3 {
	font-weight: normal;
	color: var(--secondary);
	margin-bottom: 10px;
}

h1 { 
	font-size: 24px; 
	font-weight: 600;
    line-height: 95%; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 { 
	font-size: 20px; 
	margin-top: 0px;
}

h3 { 
	font-size: 17px;
    margin-top: 5px;
    line-height: 120%;
    margin-bottom: 5px !important;
    
}

@media screen and (min-width:768px) {
	h1,
	h2,
	h3 {
		margin-bottom: 15px;
	}
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	h3 { font-size: 25px; }
}

@media screen and (min-width:992px) {
	h2 { font-size: 25px; }
}

@media screen and (min-width:1100px) {
	h2 { font-size: 30px; }
}

/*
h1 {
	padding-bottom: 2px;
	border-bottom: 1px solid var(--tertiary);
}
*/

/* hr Trennlinie */

.trennlinie { 
	position: relative;
	text-align: left;
    margin-bottom: 30px;
}

.trennlinie hr {
	height: 6px;
	top: 7px;
        left: 0;
        width: 100%;
        display: block;
        position: absolute;
        background-color: var(--tertiary);
        z-index: 1;
}

@media screen and (min-width:768px) {
    .trennlinie hr {
        height: 8px;
        top: 16px;
    }
}

.trennlinie h1 {
	background: #fff;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-left: 0px;
	border-left: 40px solid var(--tertiary);
}

/* hr Trennlinie Kommunikation */
	

/* Map */

.responsiveContainer {
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media(min-width:768px) {
	.responsiveContainer {
      height: 500px;
	}
}

@media(min-width:992px) {
	.responsiveContainer {
      height: 600px;
	}
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.gallery .col-md-6 { margin-bottom: 30px; }


/* FOOTER */

footer {
	width: 100%;
    background: var(--tertiary);
	padding: 20px 15px 5px 15px;
    text-align: center;
	font-weight: 300;
}

footer p {
    margin: 0;
	color: #fff !important;
    margin-bottom: 10px;
}

footer a { color: #fff !important; text-decoration: none; }
footer a:hover { color: var(--primary) !important; text-decoration: none; }
footer a:visited { color: #fff !important; }
footer a:visited:hover { color: var(--primary) !important; text-decoration: none; }
footer a:focus { color: #fff !important; }

footer .col-sm-6 {
	text-align: center;
}

@media(min-width:768px) {
footer .col-sm-6 {
	text-align: left;
}
}


