/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/*-------------------------------------
 1. NAVBAR Anpassen					  -	
-------------------------------------*/

/*-------------------------------------
 2. Vereinheitliche Farbe des Navbars -	
-------------------------------------*/

/*-------------------------------------
 3. InterTax Logo hinzugefügt		  -	
-------------------------------------*/






body {
  padding-bottom: 40px;
  color: #5a5a5a;
  letter-spacing:1px;
}



/*-------------------- 
* 1. NAVBAR ANPASSEN -
--------------------*/

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
 

}
.navbar-wrapper .navbar .container {
  width: auto;
}


/*----------------------------------------
* 2. Vereinheitlichte Farbe des Navibars -
-----------------------------------------*/
.navbar-default{
	background-color:hsla(0,0%,100%,1.00);
	background-image:none;  /* Verlauf wurde überschrieben*/
	
	}
	
/*-------------------------------------------			
 3.		Brand-Logo wurd hinzugefügt			*
-------------------------------------------*/	
	
.navbar-brand{
	height:30px; /*DURCH DIESE HÖHE WIRD AUCH DIE NAVBREITE GEÄNDERT*/ 
	width:80px;
	background:url(../../Logo/intertax-versy_15_11.png) no-repeat;
	line-height: 30px;
	background-size: 100%;
	text-indent: -9999px;
	display: block;
	margin-top:40px;
	padding: 0;
	margin-left:20px;
	}
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #4F332E;
background-color: white;
}	

/* InterTax Text wurde durch das Logo ersetzt (hier spielt sie keine rolle)
==========================================================================*/ 
.navbar-default .navbar-brand{
	font-size: 1.9em;
	text-transform: uppercase;
	color:hsla(229,92%,20%,1.00); /*INTERTAX FARBE */
	font-style: normal;
	font-weight: 900;
	
	}


/*----------------------------------
  4. Farbe für Aktiver Link festlegen  -
----------------------------------*/
.navbar-default .navbar-nav > .active > a{
	color:#6BB1E2 /*Intertax-Blau*/
	}

	
/*-----------------------------------
  5.  Änderung der Farbe für die  		-
 	Navigationselemente				-
-----------------------------------*/
.navbar-default .navbar-nav > li > a {
	 
	background-color:hsla(0,0%,100%,1.00);
	color: #4F332E;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size:13px;
	


}

.navbar-default .navbar-nav > li > a:hover {
color:#6BB1E2 /*Intertax-Blau */

}



/*--------------------------
6. Submenu Farbe bearbeiten
---------------------------*/

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
color: #332222;
text-decoration: none;
background-color:white;
outline: 0;
}

.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
text-transform: uppercase;
line-height: 1.42857143;
color: #4F332E;    /* InterTax-Braun */
white-space: nowrap;
-webkit-transition:all ease-in .3s;
-moz-transition:all ease-in .3s;
transition:all ease-in .3s;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #6BB1E2 /*Intertax-Blau*/;
text-decoration: none;
background-color:none;

}



/*-----------------------
  7. SMART Phone MENU  -
-----------------------*/
.navbar-toggle{
	margin-top:22px;
	
	}


.navbar-default .navbar-toggle{
	background-color:#6BB1E2 /*Intertax-Blau*/;
	-webkit-transition:all ease-in .3s;
	transition:all ease-in .3s;
	-moz-transition:all ease-in .3s;
	
	}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	
	
	}

/*--------------------------------
   Customize Carrousel caption  -	
--------------------------------*/	
	
.carousel-caption {
	
	transition:color ease-in .3s;
	-moz-transition:color ease-in .3s;
	-webkit-transition:color ease-in .3s;
	color:#6BB1E2 /*Intertax-Blau*/;
}

	
.carousel-caption:hover{
	color:#AAAAAA;     
}	
	
	
.slide1{
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-image:url(../../images/Slider/tecturm_1080.png);
	
	}	
	
.slide2{
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-image:url(../../images/Slider/tecturm_1080_2.png);
	
	}	

.slide3{
	width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-image:url(../../images/Slider/tecturm_1080_3.png);
	
	}

.intertax_farbe{
	
	border: 1px solid #6BB1E2 /*Intertax-Blau*/;
	}


/*-------------------------
  8.NAV LINKS zentrieren  -
-------------------------*/ 

@media (min-width: 768px){
.navbar-nav > li > a {
	margin-top:15px;
	padding-top:25px;
	padding-bottom: 25px;
	}
}

/*------------------------------------------------------- 
9. Änderung der Farbe sobald auf ein Link hover erfolgt
-------------------------------------------------------*/



/*-------------------------
 10. Banner der Seite	  -	
--------------------------*/

.banner{
	margin-top:120px;
	width:100%;
	background-color: #6BB1E2 /*Intertax-Blau*/;
	color:#4F332E;
	}


/*---------------------------------------------------
 	11.	Änderung der Farbe sobald das active Link	-
		angewählt und darauf hover erfolgt			-	
---------------------------------------------------*/ 
navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color:#6BB1E2 /*Intertax-Blau*/;


}

/*-------------------------------
 12. English und Turkisch Link 
	werden hervorgehoben
---------------------------------*/

.navbar-default .navbar-nav > .english > a ,
.navbar-default .navbar-nav >.turkce > a {
	color:#6BB1E2 /*Intertax-Blau*/; 
	font-size:1.1em;
	
	}
	


.navbar-default .navbar-nav > .english > a:hover,
.navbar-default .navbar-nav >.turkce a:hover{
	color:#4F332E;     /* Farbe der Links (dunkel InterTax-Braun)*/
	
	}
		
	
/*----------
-  OWN Button 
-----------*/

.own-button{
	background:#6BB1E2 /*Intertax-Blau*/;
	border:thin solid #6BB1E2;
	-webkit-transition:all ease-in .3s;
	-moz-transition:all ease-in .3s;
	transition:all ease-in .3s;
	text-shadow:none;
	color:white;
	}
	
.own-button:hover{
	background:#4F332E; /*Intertax-Blau*/;
	border:thin solid #4F332E;
	color:white;
	text-shadow:none;
	
	}	

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

a {
color:#6BB1E2 /*Intertax-Blau*/;
text-decoration: none;
-webkit-transition:all ease-in .3s;
-moz-transition:all ease-in .3s;
transition:all ease-in .3s;
}


a:hover, a:focus {
color: #4F332E;     /* Farbe der Links (dunkel InterTax-Braun)*/
text-decoration: underline;
}
	
.copyright{
	color:#6BB1E2 /*Intertax-Blau*/;
	}		
	
	
	
	

							/*===========================================
							=			BEREICH FÜR MODALE  			=	
							===========================================*/


/* 							FESTLEGUNG FÜR ALLE  MODALE!!!!
==================================================================================================*/

.modal-header{
background:#6BB1E2 /*Intertax-Blau*/;

}

.modal-title{
	color: #332222;  /*Sin ????*/ 
}


/* Bearbeitung:	MODAL-KÜNYE-BODY
===========================================*/


.modal-kunye-content{
	background:hsla(0,0%,100%,1.0);
	}









.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
padding-bottom:40px; /*Somit wird eine Kluft zwischen iframe un dem Bild geschaffen*/ 
}


/* KARUSSELL ANPASSEN
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color:#6BB1E2 /*InterTax-Blau*/
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}




/*-------------------------------
  * Kreis-Rand von RUNDEN BILDERN -
  -------------------------------*/
	
	.border{
		border:4px solid #6BB1E2;
		moz-box-shadow:-2px 3px 6px #6BB1E2;
		box-shadow:-2px 3px 6px #6BB1E2; 
	}

	/*---------------------------
	*						    *	
	*	CSS-SHADOW for PIC		*	
	*							*
	*---------------------------*/

	
.css_effect{
	  position: relative;
	 }
.css_effect:before, .css_effect:after {
  z-index: -1;
  position: absolute;
  
  
  background: #535353;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.css_effect:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;  
  }







/*------------------------------- 
	CSS FOR MODAL
------------------------------*/










/* MARKETING (Beratung)  CONTENT 
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin-top: 30px;
 border-top: 1px solid #6BB1E2 /*InterTax-Blau*/
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}




/*========================================
				FOOTER
=======================================*/


footer{
	color:#332222;
		}




/* RESPONSIVE CSS
-------------------------------------------------- */

/*------------------------------------------------
 Sub-Menu für bei Smartphone/ Submenu bei Toggle 
-------------------------------------------------*/

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #6BB1E2;
	background-color: transparent;	
	}
}



@media (min-width: 768px) {

  /*------------------------------
  * der obere Abstand zum SLIDER -
  * 		wird erzeugt		 -
  ------------------------------*/
  .marketing-startseite{
	  padding-top:40px;
	  
	  }
  
  
 /*-------------------------
	Banner der Seite	  	
--------------------------*/

/************************
* DIESER BANNER CSS     *
* ist für die Kopie von *
* der Beratungsseite    *
***********************/

	
.banner{
	
	margin-top:86px;
	margin-bottom:13px;
	padding-left:60px;
    height: 7px;
	width:100%;
	background-color: #6BB1E2 ; /*InterTax-Blau*/
	color:#4F332E;
	}
	
  
	
	
	
  
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  
	
  
  .featurette-heading {
    margin-top: 60px;
  }

/*---------------------------------
	Logo wird auf die Linke Seite
	verschoben
------------------------------------*/

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand{
	
	margin-left:-10px;
	
	}


}



	/*------------------------------------------------------------
	*    				ABSCHNITT ÜBER UNS
	------------------------------------------------------------*/



/* TIME LINE FOR INTERTAX
==================================================*/
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #6BB1E2 /*Intertax-Blau==> cyan*/ ;
	
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
	
	
	/*--------------------------------------------
	*  Der obere innere Abstand Der Timeline zum Navi  -
	*-------------------------------------------*/
	
	.col-lg-12 {
	width: 100%;
	padding-top: 50px;
	}
}
