


@charset "utf-8";





/* overides pt scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

/*Global classes*/
.container {
	padding: 0 10px;
}

.min-hight {
	min-height: 500px;
}





/* ///////////////// Mobile-Formatierung - 480px Anfang ///////////////// */

#-----mobile------bis---480px-----{}




/********************
 GENERAL LAYOUT 
*********************/

/***
Top Bar
***/


/***
Slider
***/
.slider-main {
	z-index: 1;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	max-height:160px !important;
	min-height:160px;
	overflow:hidden;
}

.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	/*border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;*/
}

.slide_title {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:5em;
	letter-spacing:0.07em;
	margin-left:45px;
}

.slide_subtitle {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #f00;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:2em;
	letter-spacing:0.07em;
	
	margin-left:45px;
}

.slide_list_item {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #ccc;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:2em;
	
	letter-spacing:0.07em;
	margin-left:45px;
}

.slide_desc {
	color:#fff;
	font-size:2em;
	line-height:1.3em;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left:45px;
	text-align:left;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left:45px;
	text-align:left;
}

.slide_btn {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background:#f00;
	padding:7px 15px;
	color:#fff;
	font-size:2em;
	text-transform: uppercase;
	cursor:pointer;
	
	letter-spacing:0.07em;
	margin-left:45px;
}

.tp-leftarrow.default { 
	background: transparent url(../bilder/bg/arrow_left.png) no-repeat center !important;	
	width:40px !important;	
	height:50px !important;
}

.tp-rightarrow.default {	
	background:  transparent url(../bilder/bg/arrow_right.png) no-repeat center !important;
	width:40px !important;	
	height:50px !important;
}

/***
Content and content elements.
***/
/*Services Box*/
.service-box {
	margin: 30px 0; 
}

.service-box p {
	color: #656565;
	font-size: 13px;
}

.service-box .service-box-heading {
	padding: 12px 0;
}

.service-box .service-box-heading i {
	padding: 0;
	/*
	-webkit-border-radius: 34px;
	   -moz-border-radius: 34px;
	   	    border-radius: 34px;
	*/
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}

.service-box .service-box-heading i.blue {
	color: #f00;
	border:1px solid #f00;
}

.service-box .service-box-heading i.red {
	color: #db3a1b;
	border:1px solid #db3a1b;
}

.service-box .service-box-heading i.green {
	color: #35aa47;
	border:1px solid #35aa47;
}

.service-box .service-box-heading span {
	color: #444;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 10px; 
	margin-left: 10px;
	display: inline-block;
}

.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}

.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/*Blockquote Box*/
.quote-v1 {
	margin: 30px 0;
	background: #f00;
}

.quote-v1 a {
	margin: 5px;
	display: inline-block;
}

.quote-v1 span {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 9px 5px;
	line-height: 26px;
	display: inline-block;
}

.quote-v1-inner {
	padding: 10px; 
}

/*Recent Works*/
.recent-work {
	margin: 20px 0;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work h2 {
	margin: 5px 0 20px;
	padding-right: 50px;
}

/*Mixed Block*/
.mix-block {
	margin: 30px 0;
}

/*Tabs*/
.tab-style-1 ul.nav-tabs {
	margin-bottom: 0;
	border-bottom-color: #f00; 
}

.tab-style-1 ul.nav-tabs > li {
	margin-bottom: 0;
	margin-right: 3px;
}

.tab-style-1 ul.nav-tabs li > a {
	color: #7c858e;
	font-size: 14px;
	margin-top: 1px;
	min-width: 100px;
	padding: 5px 15px;
	text-align: center;
	background: #f4f4f4;
}

.tab-style-1 ul.nav-tabs li > a:hover {
	color: #fff;
	background: #f00;
	border-color: #f00;
}

.tab-style-1 ul.nav-tabs .active > a,
.tab-style-1 ul.nav-tabs .active > a:hover,
.tab-style-1 ul.nav-tabs .active > a:focus {
	color: #fff;
	background: #f00;
	border-color: #f00;
}

.tab-style-1 .tab-content {
	padding: 20px 15px;
	background: #fafafa;
}

.tab-style-1 .tab-content p {
	margin-bottom: 0;
}

.tab-style-1 .tab-content img {
	margin: 5px 0 10px;
}

/*Testimonials*/
.testimonials-v1 .carousel {
	margin-bottom: 0;
}

.testimonials-v1 .item span.testimonials-slide {
	padding: 15px; 
	color: #8a8a8a;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #f8f8f8 url(../img/corners.png) no-repeat right bottom;
}	

.testimonials-v1 .carousel-info {
	overflow: hidden;
	padding-top: 15px;
	background: url(../img/arrow-testimonials.png) no-repeat 83px 0;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}

.testimonials-v1 .carousel-info {
	overflow: hidden;
}

.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}

.testimonials-v1 .carousel-info span {
	display: block;
}

.testimonials-v1 span.testimonials-name {
	color: #f00;
	font-size: 16px;
	font-weight: 300;
	margin: 23px 0 7px;
}

.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}

.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
	right: 0;
	width: 24px;
	height: 24px;
	bottom: 30px;
	position: absolute;
	display: inline-block;
}

.testimonials-v1 .left-btn {
	right: 25px;
	background: url(../img/icons/left.png) no-repeat;
}
.testimonials-v1 .right-btn {
	background: url(../img/icons/right.png) no-repeat;
}

.testimonials-v1 .right-btn:hover {
	background: url(../img/icons/right-hover.png) no-repeat;
}
.testimonials-v1 .left-btn:hover {
	background: url(../img/icons/left-hover.png) no-repeat;
}

/*Steps*/
.front-steps {
	padding: 15px 20px 20px;
}

.front-steps p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.front-steps h2 {
	color: #f0f0f0;
	font-size: 22px;
}

.front-steps.front-step-one h2 {
	color: #fefefe;
}

.front-steps.front-step-one {
	background: #A3BDC9 url(../img/steps/one.png) no-repeat right bottom;
}
.front-steps.front-step-two {
	background: #B8C5D3 url(../img/steps/two.png) no-repeat right bottom;
}
.front-steps.front-step-three {
	background: #8FA4B9 url(../img/steps/three.png) no-repeat right bottom;
}

.front-steps.front-step-one,
.front-steps.front-step-two {
	position: relative;
}

.front-steps.front-step-one:after,
.front-steps.front-step-two:after { 
	top: 50%;
	width: 0; 
	height: 0;
	left: 100%;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -1em; 
	position: absolute;
	border-left: 15px solid #36b3e7;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.front-steps.front-step-two:after {
	border-left-color: #868e96;	
}

/*Clients*/
.clients-list {
	margin: 0;
}

.clients-list li {
	background: #f9f9f9;
	position: relative;
}

.clients-list li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}

.clients-list li:hover img.color-img { 
	display:block;
}

/***
Footer
***/
.front-footer {
	padding: 35px 0;
	font-size: 13px;
	background: #62707f;
}

.front-footer h2 {
	color: #eee;
}

.front-footer p {
	color: #eee;
}

.front-footer a {
	color: #f00;
}

.front-footer address {
	color: #eee;
}

.front-footer dl.f-twitter {
	overflow: hidden;
}

.front-footer dl.f-twitter dt {
	width: 30px;
	float: left;
	text-align: left;
	padding-top: 2px;
}

.front-footer dl.f-twitter dt i {
	color: #fff;
	font-size: 20px;
}

.front-footer dl.f-twitter dd {
	color: #eee;
	margin-left: 30px;
}

.front-footer dl.f-twitter dd span {
	color: #adbdce;
	font-size: 12px;
	margin: 0 5px;
}

.front-footer .blog-photo-stream {
	margin-top: 11px;
}

.front-footer .blog-photo-stream li {
	margin: 4px 5px 4px 0;
}

.front-footer .blog-photo-stream img {
	padding: 0;
	border: solid 2px #9ca5ae;
}

.front-footer .blog-photo-stream img:hover {
    transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;	
}

/***
Copyright
***/
.front-copyright {
	color: #dee4eb;
	font-size: 12px;
	padding: 10px 0;
	background: #4a5866;
}

.front-copyright p {
	color: #bbb;
	margin-top: 7px;
	margin-bottom: 0;
}

.front-copyright p a {
	color: #2298ca;
}

.front-copyright .social-footer {
	margin: 0;
	margin-top: 8px;
	list-style: none;
	text-align: right;
}

.front-copyright .social-footer li {
	margin-left: 3px;
	display: inline-block;
}

.front-copyright .social-footer li i {
	color: #808e9c;
	font-size: 18px;
	display: inline-block;
}

.front-copyright .social-footer li i:hover {
	color: #fff;
    transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;		
}

.front-copyright .social-footer li a:hover {
	text-decoration: none;
}

/*Breadcrumbs*/
.breadcrumbs {
	padding: 6px 0;
	background: #fcfcfc;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
}

.breadcrumbs h1 {
	color: #555;
	font-size: 24px;
	line-height: 35px;
}

.breadcrumbs ul {
	top: 10px;
	background: none;
	margin-bottom: 0;
	position: relative;
}

.breadcrumbs li a {
	color: #f00;
}

.breadcrumbs ul.breadcrumb {
	padding-left: 0;
}

/*Carousel*/
.front-carousel .carousel-control {
	margin: 0;
	border: none;
	height: 33px;
	font-size: 25px;
	font-weight: normal;
}

.front-carousel .carousel-caption {
	padding: 10px 15px;
	background: rgba(0,0,0,0.5);
}

.front-carousel .carousel-control.left {
	left: 0;
}
.front-carousel .carousel-control.right {
	right: 0;
}

/*Skils*/
.front-skills span {
	color: #555;
	display: block;
	font-size: 15px;
	margin-bottom: 7px;
}

.front-skills .progress {
	background: none #f2f2f2;
}

.front-skills .progress .bar {
	background: none #f00;
}

.front-skills .progress,
.front-skills .progress .bar {
	box-shadow: none;
}

/*Lists*/
.front-lists-v1 li {
	font-size: 14px;
	margin-bottom: 5px;
}

.front-lists-v2 li {
	color: #555;
	font-size: 16px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.front-lists-v2 li i {
	margin-right: 5px;
	font-size: 17px;
}

/*Team Blocks*/
.front-team {
	margin: 20px 0;
}

.front-team h3 {
	margin-bottom: 12px;
}

.front-team h3 a {
	color: #f00;
	font-size: 20px;
	font-weight: 400; 
}

.front-team h3 a:hover {
	text-decoration: none;
}

.front-team h3 small {
	display: block;
	font-size: 13px; 
}

.front-team ul {
	padding-top: 4px;
}

/*Service Box v1*/
.service-box-v1 {
	padding: 15px; 
	text-align: center;
}

.service-box-v1 i {
	padding: 15px;
	font-size: 35px;
}

.service-box-v1:hover {
	background: #f00;
    transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
	color: #fff;
}

/***
Google Maps
***/
.gmaps {
  width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
  max-width: none; 
}

/***
Blog Page
***/
/*Blog Posts*/
.blog-posts h2 {
	margin-top: 0;
}

.blog-posts p {
	text-align: justify;
}

.blog-posts .carousel {
	margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
	margin: 40px 0;
}

.blog-info {
	list-style: none;
	margin: 15px 0 12px 0;
}

.blog-info li {
	padding: 0;
	color: #555;
	font-size: 13px;
	margin-right: 10px; 
	display: inline-block;
}

.blog-info li i {
	color: #f00;
}

.blog-posts .pagination {
	margin-top: 40px;
}

/*Blog Sidebar*/
.blog-sidebar h2 {
	margin-top: 0;
}

.recent-news {
	overflow: hidden;
}

.recent-news h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.blog-talks .tab-style-1 ul.nav-tabs li > a {
	min-width: 50px;
}

.blog-photo-stream li {
	overflow: hidden;
	margin: 0 5px 8px 0;
	display: inline-block;
}

.blog-photo-stream li img {
	width: 54px;
	height: 54px;
	padding: 2px; 
	border: solid 1px #eee;
}

.blog-photo-stream li img:hover {
	border-color: #f00;
	box-shadow: 0 0 1px #fff;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.blog-tags ul {
	list-style: none;
	margin: 0;
}

.blog-tags li {
	position: relative;
	margin: 0 16px 7px 0;
	display: inline-block;
}

.blog-tags li a {
	color: #555;
	background: #f5f5f5;
	display: inline-block; 
	padding: 2px 5px 2px 3px;
}

.blog-tags li a:hover {
	color: #fff;
	background: #f00;
	text-decoration: none;
}

.blog-tags li a:hover i {
	color: #fff;
}

.blog-tags li i {
	color: #f00;
	margin-right: 5px;
	display: inline-block;
}

.blog-tags li a:after { 
	top: 50%;
	width: 0; 
	left: 100%;
	height: 0;
	z-index: 2; 
	content: " "; 
	display: block; 
	margin-top: -12px; 
	position: absolute;
	border-left: 12px solid #f5f5f5;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;	
}

.blog-tags li a:hover:after { 
	border-left-color: #f00;
}

/***
Blog Item
***/
.blog-item .blog-item-img {
	margin: 6px 0 25px;
}

.blog-item .blog-item-img .carousel {
	margin-bottom: 0;
}

.blog-item blockquote {
	margin: 20px 40px 18px;
	border-color: #f00;
}

.blog-item .blog-info {
	margin: 20px 0;
	padding: 8px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.blog-item .blog-info li {
	padding-left: 13px; 
	border-left: solid 1px #eee;
}

.blog-item .blog-info li:first-child {
	padding-left: 0; 
	border-left: none; 
}

.blog-item .blog-item-img .carousel-control {
	top: 45%;
}

.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}

.blog-item h4.media-heading {
    position: relative;
}

.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}

.blog-item h4.media-heading span a {
    color: #f00;
}

/***
Icons
***/

/***
Social Icons
***/
.social-icons {
  margin:0;
}

.social-icons:after,
.social-icons:before {  
  content: "";
  display: table;
}

.social-icons:after {    
  clear: both;
}

.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}
.social-icons li a, 
a.social-icon {
  width:28px;
  height:28px;
  display:block;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position:0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}


/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
  position: static;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 999;
  position:fixed;
  top:120px;
  right:0px;
}

.color-panel .color-mode-icons {
  top:4px;
  right:0;
  padding:20px;
  cursor:pointer;
  position:absolute;
}

.color-panel .icon-color {
  background:#c9c9c9 url(../img/icon-color.png) center no-repeat !important;
}

.color-panel .icon-color:hover {
  background-color:#3d3d3d !important;
}

.color-panel .icon-color-close {
  display:none;
  background:#3d3d3d url(../img/icon-color-close.png) center no-repeat !important;
}

.color-panel .icon-color-close:hover {
  background-color:#222 !important;
}

.color-mode {
  top:4px;
  right:40px;
  width:180px;
  display:none;
  padding:10px 0;
  position:absolute;
  background:#3d3d3d;
}

.color-mode p,
.color-mode ul,
.color-mode label {
  padding:0 15px;
}

.color-mode p {
  color:#cfcfcf;
  padding:0 15px;
  font-size:15px;
}

.color-mode ul {
  list-style:none;
  padding:4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}

.color-mode li {
  width:16px;
  height:23px;
  margin:0 4px;
  cursor:pointer;
  list-style:none;
  border:solid 1px #707070;
}

.color-mode li:hover,
.color-mode li.current {
  border:solid 2px #ebebeb;
  margin:0 3px;
}

.color-mode li.color-blue {
  background:#f00;
}

.color-mode li.color-red {
  background:#db3a1b;
}

.color-mode li.color-green {
  background:#35aa47;
}

.color-mode li.color-orange {
  background:#ff8503;
}

.color-mode label {
  color:#cfcfcf;
  padding-top:10px;
  padding-bottom: 0px;
  border-top:1px solid #585858;
  margin-top: 0px;
  margin-bottom: 0px;
}

.color-mode label span {  
  text-transform:uppercase;
}

.color-mode label > span {
  display: inline-block;
  width: 85px;
}

.color-mode label > select {
  margin-top: 5px;
  text-transform: lowercase;
}

.color-mode label  span.color-mode-label {
  top:2px;
  position:relative;
}

/***
BXSlider
***/

.bxslider-container {
	
}

.bxslider,
.bxslider1 {
  display: none;
}






}

/* ///////////////// Mobile-Formatierung - 480px   Ende ///////////////// */









































































































/* ! ! ! ! ! ! ! ! ! !  2. Breakpoint (von Mobile auf Tablet(1)) ! ! ! ! ! ! ! ! ! ! */



/* ///////////////////// Tablet(1)-Formatierung -> 700px Anfang ////////////////// */

#-----tablet-----bis---700px-----{}

@media only screen and (min-width:480px){


.slider-main {


}
	

.slide_title {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:4em;
	letter-spacing:0.07em;
	margin-left: 150px;
	text-shadow: 0px 2px 3px #555;
}

.slide_subtitle {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #f00;
	padding: 10px;
	color:#fff;
	text-transform: uppercase;
	font-size:1.9em;
	letter-spacing:0.07em;	
	margin-left: 150px;
}

.slide_list_item {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #ccc;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:2.2em;
	
	letter-spacing:0.07em;
	margin-left:80px;
}

.slide_desc {
	color:#fff;
	font-size:1.9em;
	line-height:1.3em;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left: 150px;
	text-align:left;
	text-shadow: 0px 2px 3px #555;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left:80px;
	text-align:left;
}

.slide_btn {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background:#f00;
	padding:7px 15px;
	color:#fff;
	font-size:1.7em;
	text-transform: uppercase;
	cursor:pointer;
	
	letter-spacing:0.07em;
	margin-left: 120px;
}
	

}

/* ///////////////////// Tablet(1)-Formatierung -> 700px   Ende /////////////////// */



























/* ! ! ! ! ! ! ! ! ! !  3. Breakpoint (von Tablet(1) auf Tablet(2)) ! ! ! ! ! ! ! ! ! ! */

/* ///////////////////// Tablet(2)-Formatierung -> 1120px Anfang ////////////////// */
#-----tablet-----bis---1320px-----{}
@media only screen and (min-width:700px){

.slider-main {
	z-index: 1;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	max-height:160px !important;
	min-height:160px;
	overflow:hidden;

}
							




.slide_title {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:2em;
	letter-spacing:0.07em;
	margin-left:100px;
}

.slide_subtitle {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #f00;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:1.3em;
	letter-spacing:0.07em;
	
	margin-left: 100px;
}

.slide_list_item {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background-color: #ccc;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:1.5em;
	
	letter-spacing:0.07em;
	margin-left:100px;
}

.slide_desc {
	color:#fff;
	font-size:1.5em;
	line-height:1.3em;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left:100px;
	text-align:left;
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
	
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	letter-spacing:0.07em;
	margin-left:100px;
	text-align:left;
}

.slide_btn {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	background:#f00;
	padding:7px 15px;
	color:#fff;
	font-size:1.7em;
	text-transform: uppercase;
	cursor:pointer;
	
	letter-spacing:0.07em;
	margin-left:100px;
}
		
	
	
	
}

/* ///////////////////// Tablet(2)-Formatierung -> 1120px   Ende /////////////////// */


























/* ! ! ! ! ! ! !  4. Breakpoint (von Tablet(2) auf Desktop)  ! ! ! ! ! ! ! ! */

/* ///////////////////// Desktop-Formatierung -> 1233px Anfang //////////////////// */

#-----desktop-----bis---1920px-----{}

@media only screen and (min-width:1320px){

.slider-main {
	z-index: 1;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	max-height:220px !important;
	min-height:220px;
	overflow: inherid;

}
	
	
	


	
	
	
	
	
	
	
	
	
	
	
}

/* ///////////////////// Desktop-Formatierung -> 1233px   Ende //////////////////// */


