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

/* Global Styles */

html,
body {
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* text-vertical-center h1 geändert vorher : 4.5em und 700 weight */

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 2.02vmax;
    font-weight: 500;
    color: #000000;
}

.text-vertical-center h2 {
    margin: 0;
    padding: 0;
    font-size: 6.05vmax;
    font-weight: 700;
    color: #000000;
}

.text-vertical-center h3 {
    margin: 0;
    padding: 0;
    font-size: 6.05vmax;
    font-weight: 700;
}

.text-vertical-center span h2
{
    margin: 0;
    padding: 0;
    font-size: 3.36vmax;
    font-weight: 500;
}

.ueberschrift
{
    font-size: 2.82vmax;
    font-weight: 500;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.calloutUeberschrift
{
    font-size: 3.36vmax;
    font-weight: 700;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.normalText
{
    font-size: 2.69vmax;
    font-weight: 500;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.normalTextCenterInMid
{
    padding-left: auto;
}

/* -------------------------------------------------------------- */
/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}


.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* -------------------------------------------------------------- */
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

.light {
    font-weight: 400;
}

/* -------------------------------------------------------------- */
/* Customize Dropdown Menu */

.dropdown-primary
{
	background-color:rgba(51,122,183,0.5);
	border: 1px solid white;
	border-top-style: none;
	border-radius: 4px;
}


/* -------------------------------------------------------------- */
/* Navbar Top */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #0000FF;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 1.145em;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-custom.top-nav-collapse {
	    padding: 0;
	    border-bottom: 1px solid rgba(255,255,255,.3);
	    background: #337ab7;
	    <!--opacity: 0.5;-->
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
        transition: background .2s ease-in-out,padding .2s ease-in-out;
    }

	.navbar-custom.top-nav-collapse {
	    padding: 0;
	    border-bottom: 1px solid rgba(255,255,255,.3);
	    background: #337ab7;
	}
}


/* -------------------------------------------------------------- */
/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 1.29em;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* -------------------------------------------------------------- */
/* Header */

.header {
    
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headerUeberschrift
{
    font-size: 6.05vmax;
    font-weight: 700;
    line-height: 69.3px;
    color: #000000;
    display: block;
    margin: 0;
    padding: 0;
    
}

/* -------------------------------------------------------------- */
/* About */

.about {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.leadText
{
    font-size: 2.69vmax;
    font-weight: 300;
}

/* -------------------------------------------------------------- */
/* Vita */


/* For smartphones */

.portfolioImg
{
    width: 111.6px;
    height: 167.454px;
}

#vita-container
{
    padding: 50px 0;
}

.vita
{
    padding: 50px 0;
    font-size: 1.7vmax;
    /*line-height: 19.8px;*/
    font-weight: 500;
}

.vita-row-header
{
    padding: 8% 0;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    font-size: 3.36vmax;
    font-weight: 700;
}

@media only screen and (min-width: 992px)
{
    .vita-row-header
    {
        padding-top: 7.5%;
        font-size: 3.75em;
        line-height: 57.75px;
    }
}


.vita-row-grey
{
    background-color:rgba(0,0,0,0.1);
}

.vita-row-notext
{
    display:table-cell;
    float: none;
}

.vita-row-no-color
{
    display: table-cell;
    float: none;
    border: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vita-row-color-left{
    display:table-cell; 
    float:none;
    background-color:rgba(51,122,183,0.5);
    border: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vita-row-color-right{
    display:table-cell; 
    float:none;
    background-color:rgba(51,122,183,0.5);
    border: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


@media only screen and (min-width: 600px) 
{
    /* For tablets: */
    
    .portfolioImg
    {
        width: 111.6px;
        height: 167.454px;
    }
    
}

@media only screen and (min-width: 768px) 
{
    .portfolioImg
    {
        width: 124px;
        height: 186.06px;
    }
}

@media only screen and (min-width: 992px) 
{
    /* For desktop: */
    
    .portfolioImg
    {
        width: 177.15px;
        height: 265.8px;
    }
}



/* -------------------------------------------------------------- */
/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}




/* -------------------------------------------------------------- */
/* Callout */

/*background: url(../img/callout.jpg) no-repeat center center scroll;*/

.callout {
    display: table;
    width: 100%;
    height: 400px;
    text-align: left;
    padding: 0px 0;
    color: #fff;
    background: url(../img/tomaten.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.greyTransparent
{
    background-color: rgba(0, 0, 0, 1.0);
}

#calloutText
{
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 992px)
{
    #calloutText
    {
        display: table-cell;
    }
}

#calloutText h3
{
	text-align:center;
    margin-bottom: 1.8%;
    margin-top: 20px;
}
.calloutNormalText
{
    font-size: 2.69vmax;
    font-weight: 500;
    padding-left: 16%;
    padding-right: 16%;
    text-align: center;
}


.coInvisible
{
    display: none;
}

.coVisible
{
    display: flex;
    flex-direction: column;
}

/*
@media only screen and (min-width: 992px)
{
    .callout {
        display: table;
        width: 100%;
        height: 1750px;
        padding: 50px 0;
        color: #fff;
        background: url(../img/callout.jpg) no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}*/



/* -------------------------------------------------------------- */
/* Left Navbar */

.nav>li>a:focus, .nav>li>a:hover

{
	background-color: rgba(255,255,255,.3);
}

.nav>li>a, .nav>li>a

{
	color: white;
}

.side-navigation
{
    display: flex;
    padding:0 0; 
    border-radius:4px;
    width: 100%;
}

#menuBorder
{
	position:absolute; 
	height:40px; 
	width:100%; 
	z-index:5;
	border: 1px solid white; 
	border-radius: 4px;
}

/* -------------------------------------------------------------- */
/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

.sliderContainer
{
	float:left;
	width: 74.47%;
	margin: 0 13%;
	
	
}


.prev
{
	float:left; 
    width: 5.715%;
    margin-right:1.43%;
    margin-top: 25.715%;
    visibility: collapse;
    
    
}

.next
{
	float: left;
    width: 5.715%;
    margin-left:1.43%;
    margin-top: 25.715%;
    visibility: collapse;
    
}

@media only screen and (min-width: 600px)
{
    .prev
    {
        float:left; 
        width: 5.715%;
        margin-right:1.43%;
        margin-top: 25.715%;
        visibility: visible;

    }

    .next
    {
        float: left;
        width: 5.715%;
        margin-left:1.43%;
        margin-top: 25.715%;
        visibility: visible;
    }
}




.slider
{
	float:left;
	width: 85.1%;
    height: 250px;
	background-color: black;
}

.bildergroesse
{
    width:100%;
    height:250px;
}

@media only screen and (min-width: 600px)
{
    .slider
    {
        float:left;
        width: 85.1%;
        height: 300px;
        background-color: black;
    }
    
    .bildergroesse
    {
        width:100%;
        height:300px;
    }
}

@media only screen and (min-width: 768px)
{
    .slider
    {
        float:left;
        width: 85.1%;
        height: 350px;
        background-color: black;
    }
    
    .bildergroesse
    {
        width:100%;
        height:350px;
    }
}

@media only screen and (min-width: 992px)
{
    .slider
    {
        float:left;
        width: 85.1%;
        height: 400px;
        background-color: black;
    }
    
    .bildergroesse
    {
        width:100%;
        height:400px;
    }
}


/* -------------------------------------------------------------- */
/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* -------------------------------------------------------------- */
/* Map */

.map {
	width: 100%;
    padding: 50px 0;
    
}

.map iframe
{
	width: 50%;
	height: 200px;
	margin: 0 25%;
}

@media only screen and (min-width: 600px)
{
    .map iframe
    {
        height: 300px;
    }
}

@media only screen and (min-width: 768px)
{
    .map iframe
    {
        height: 400px;
    }
}

@media only screen and (min-width: 992px)
{
    .map iframe
    {
        height: 500px;
    }
}

/* -------------------------------------------------------------- */
/* Footer */

footer {
    padding: 100px 0;
}