/* ----------------------------------------------------------------------------- *
 *                           Styles der Basisversion                             *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- *
 * Änderung des default-Box-Modells aller Elemente auf "border-box"
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * << apply a natural box layout model to all elements >>
 * ----------------------------------------------------------------------------- */

@font-face {
    font-family: 'Lato';
    src: url('https://images6.1000ps.net/fonts/base/Lato/Lato-Regular.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Lato/Lato-Regular'), local('Lato-Regular'), url('https://images6.1000ps.net/fonts/base/Lato/Lato-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://images6.1000ps.net/fonts/base/Lato/Lato-Bold.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Lato/Lato-Bold'), local('Lato-Bold'), url('https://images6.1000ps.net/fonts/base/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Audiowide';
    src: url('https://images6.1000ps.net/fonts/base/Audiowide/Audiowide-Regular.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Audiowide/Audiowide-Regular'), local('Audiowide-Regular'), url('https://images6.1000ps.net/fonts/base/Audiowide/Audiowide-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Light.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Light'), local('GentiumBookBasic-Light'), url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Regular.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Regular'), local('GentiumBookBasic-Regular'), url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gentium Book Basic';
    src: url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Bold.ttf');
    src: local('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Bold'), local('GentiumBookBasic-Bold'), url('https://images6.1000ps.net/fonts/base/Gentium_Book_Basic/GentiumBookBasic-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/* ----------------------------------------------------------------------------- */
.page-wrapper {
    margin: 0;
}

header {
    text-align:center;margin:2%;
}

aside {
    padding: 0.6em 20px;
}

.mainContent {
    width: 100%;
    border-top: 1px solid transparent;
}

aside {
    width: 100%;
    margin-left: 0;
}

/* ----------------------------------------------------------------------------- *
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */



ul, ol {
    padding: 0;
    margin: 0 0 0.625em 0;
}

/* ----------------------------------------------------------------------------- *
 *                                  Navigation                                   *
 * ----------------------------------------------------------------------------- */
nav ul {
    margin: 0;
}

nav ul > li {
    margin-left: 0;
   border-bottom: 1px solid #7f7f7f;	
}

nav ul > li > a, nav ul > li > strong {
    padding: 0.6em 20px;
    display: block;
	font-family: "Audiowide";
	text-transform: uppercase;
	font-size: 16px;
	border-right: 1px solid #7f7f7f;	
}

nav ul a:link {
    text-decoration: none;
}

/* ----------------------------------------------------------------------------- *
 *                           Styles der Tabletversion                            *
 *                          750px / 16px/em = 46.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
    

    .main {
        /* clearing für die floatenden gleichlangen Spalten (.mainContent und .aside) */
        overflow: hidden;
    }

    .mainContent {
        width: 70%;
        float: left;
        border-top: none;
    }

    section {
        padding: 0;
    }

    .pag1 {
    padding: 20px 0 35px 18px;
    text-shadow: none;
	margin: 0 auto 20px;
    width: 850px;
}

    /* ----------------------------------------------------------------------------- *
     *                             Textauszeichnungen                                *
     * ----------------------------------------------------------------------------- */
    h2 {
        font-size: 16px;
		color: #eeeeee;
		line-height: 15px;
    }



    /* ----------------------------------------------------------------------------- *
     *                                  Navigation                                   *
     * ----------------------------------------------------------------------------- */
    nav {
        /* clearing für die floatenden LIs */
        overflow: hidden;
        font-size: 1.2em; /* 18px */
		float: left;
    }

    nav ul {
        margin: 0 20px;
    }

    nav ul li {
        float: left;
        border: none;
        width: auto;
    }

    nav ul > li > a {
        padding: 0.7em 10px 0.7em 10px;
        display: inline-block;
    }
}

/* ----------------------------------------------------------------------------- *
 *                          Styles für kleine Desktops                           *
 *                           1024px / 16px/em = 64em                             *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
    /* Navigation wird links neben dem Inhalt angeordnet */
    nav {
        width: 1024px;
        float: left;
        box-shadow: none;
    }

    nav ul {
        margin: 1.6em 0 0;
    }

    nav ul > li {
        width: 100%;
        float: none;
    }

    nav ul > li > a {
        padding: 0.8em 25px;
        display: block;
    }

    /* .main macht Platz für .nav */
    .main {
        width: 100%;
        float: left;
    }

    /* Größenanpassungen */
    .mainContent {
        width: 100%;
    }

.page-wrapper {
        margin: 0 auto;
         max-width: 1024px;
    }
	
		.box-news, .box-verleih {
	margin-right: 42px;
}


.flex {
	display: none;
}

}
/* ----------------------------------------------------------------------------- *
 *                          Styles für große Desktops                            *
 *                           1248px / 16px/em = 78em                             *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 1248px) {
    .page-wrapper {
        margin: 0 auto;
         max-width: 1024px;
    }
	
	.box-news, .box-verleih {
   margin-right: 52px;
}

}

@media only screen and (max-width: 1024px) {
.box-news, .box-verleih, .box-racing, .box-kontakt, .box-anfahrt {
			width: 100%;
			 margin-bottom: 10px;
			 margin-right: 42px;
		}
		
		.kontaktdaten {
	background: #1b1b1b none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    float: left;
    line-height: 12px;
    margin-right: 30px;
    padding: 0 20px;
    width: 100%;
}

iframe {
	width: 100%;
}
		
		.beschreibung {
    background-color: #282828;
    color: #eeeeee;
    padding: 0 0 13px 10px;
    text-shadow: 1px 1px #161616;
    width: 100%;
    z-index: 10000;
	font-size: 14px;
	margin: 0 0 13px;
	height: auto;
}

.leiste-oben-klein {
    background-image: url(/Content/webs/mulzet.at/images/leiste-oben-klein-gross.png);
    background-size: 100% 45px;
	background-repeat: no-repeat; 
	width: 100%;
	height: 40px;                
    margin: 0 auto 5px auto;
	text-align: center;
	padding: 5px 0 0 0;
	color: #eeeeee;
    font-family: "Audiowide";
}

.leiste-oben-anfahrt {
    background-image: url(/Content/webs/mulzet.at/images/leiste-obenanfahrt-resp.png);
    background-size: 100% 45px;
	background-repeat: no-repeat; 
	width: 100%;
	height: 40px;                
    margin: 0 auto 5px auto;
	text-align: center;
	padding: 10px 0 0 0;
	color: #eeeeee;
    font-family: "Audiowide";
}

.page-wrapper {
        margin: 0 auto;
         max-width: 1024px;
    }
	

	
	    /* ----------------------------------------------------------------------------- *
     *                                  Footer                                  *
     * ----------------------------------------------------------------------------- */
	
	footer {
    background: #626262 url("/Content/webs/mulzet.at/images/footer-gross.jpg") no-repeat scroll 0 0;
    height: 330px;
	padding: 0 10px 0 10px;
    width: 100%;
}
	
	footer ul li, .adr {
		width: 100%;
		border-bottom: 1px solid #3a3a3a;
		padding: 0 0 30px 0;
		margin: 30px 0 0 0;
		border-right: none; 
	}
	
	footer ul {
		width: 100%;
	}
	
	
	
	.last {
		border: none;
	}
	
	    /* ----------------------------------------------------------------------------- *
     *                                  ENDE FOOTER                                  *
     * ----------------------------------------------------------------------------- */
	
	.navi {
		width: 100%;
	}
	

	.topmenu2 a, .submenu2 a {
    color: #eeeeee;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

.breadcrumb {
	text-decoration: underline;
	padding:0;
}

.navigation {
	height:0;
}

.linke-spalte {

	box-shadow: none;
	height: auto;
	width: 100%;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
}

.rechte-spalte {

	box-shadow: none;
	height: auto;
	width: 100%;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
}
 .bild2 {
	width: 100%;
}

.abstand {
	display: none;
}


#box-news, #box1
{
display: none;
}

.roter-balken {
    text-align: center;

	padding: 1px;
}

.bild-klein {
	float: left;
}

.bild-gross {
	width: 100%;
}

.text2 {
	float: left;
	width: 170px;
	line-height: 15px;
	padding: 0;
	margin:0 0 3px 0;
}

.text3 {
	float: left;
	width: 240px;
	line-height: 15px;
	padding: 0;
	margin:3px 0 3px 0;
}

.links {
	width: 100%;
}


.rechts {
    width: 100%;
}

.bild {
	width: 100%;
}

.bilder {
	margin: 0 auto 0 auto;
	width: 100%;
}

.content {
    background-color: #161616;
    margin: 10px 0 5px;
    padding: 10px;
    width: 100%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.bild-news-detail1 {
	margin: 0 auto 0 0;
	width: 100%;
}

.bild-news-detail2 {
	margin: 0 auto 0 auto;
	width: 100%;
}



}

/* ----------------------------------------------------------------------------- * 
 *                          Styles für Multi-Toggle-Nav                          *
 * ----------------------------------------------------------------------------- */

header {
    position: relative;
}

/* Menü-Link im Header zum Ein-und Ausblenden des Menüs */
a.toggle-nav {
    background: #434343 none repeat scroll 0 0;
    border-bottom: 1px solid #7f7f7f;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: Audiowide;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    top: 1em;
    width: 100%;
}

a.toggle-nav:hover {
    background-image: url(/Content/webs/mulzet.at/images/hover1.png);
}


/* NEU */
/* ----------------------------------------------------------------------------- *
 *                      Beispiel Multi-Level-Menü im Basis-Layout                *
 * ----------------------------------------------------------------------------- */
/* Clearing von nav, nav.ul, .main mit .clearfix statt mit overflow:hidden;
 * sonst wird die zweite menüebene abgeschnitten! */
.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ----------------------------------------------------------------------------- *
 *                          Multi-Level-Menü im Basis-Layout                     *
 * ----------------------------------------------------------------------------- */
/* Positionierung der Navigation "auf" dem Hauptinhalt, damit die zweite Menüebenen nicht verdeckt wird. */
nav {
    overflow: inherit;
    position: relative;
    z-index: 10;
}

.main {
    z-index: 5;
}

/* Layout und Positionierung der 2. Menüebene */
nav ul ul {
    list-style-type: square;
    z-index: 20;
    display: none;
}

nav ul .openmenu ul {
    display: block;
}

nav ul li {
    position: relative;
}

nav ul li li {
    font-size: 16px;
    float: none;
}

nav ul li:hover {
    color: #eeeeee;
}

nav li.act {
    background: url(/Content/webs/mulzet.at/images/navi.png);
}

nav ul > li > a, nav ul > li > b, nav ul > li > strong {
    padding: 0.8em 20px;
    display: block;
    font-weight: normal;
}

nav ul > li > b, nav ul > li > strong {
    color: #30395C;
}

/* Einblenden des Untermenüs onHover für alle Ebenen */
nav ul li:hover ul {
    display: block;
}

/* ----------------------------------------------------------------------------- *
 *                      Styles für Menü ab Tabletversion                         *
 *                          750px / 16px/em = 46.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
    nav > ul > li {
		width: 20%;
		border: none;
		float: left;
    }

    /* Layout und Positionierung der 2. Menüebene */
    nav ul ul {
        top: 2.8em;
        width: auto;
        margin: 0;    
        min-width: 100%;
    }

    nav ul > li > a, nav ul > li > b, nav ul > li > strong {
        padding: 20px;
        display: block;	
		text-align: center;
		
    }
	
	main {
		top: 0;
	}
	
	#nav {
    background-color: #636463;
    height: 60px;
    position: absolute;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}



}



/* ----------------------------------------------------------------------------- *
 *                      Styles für Menü ab Desktopversion                         *
 *                          1024px / 16px/em = 64em                           *
 * ----------------------------------------------------------------------------- */
  

@media only screen and (min-width: 1024px) {
    /* 100% Navigation wird hier wieder überschrieben */
    nav {
    width: 100%;
	}

    nav ul {
        margin: 0;
    }

    nav ul ul {
        top: 0;
		left: 100%;
    }

    nav ul li.act ul {
        /*kl display: block; */
    }

    nav > ul > li {
    float: left;
    height: auto;
    text-align: center;
    width: 20%;
	 text-shadow: 1px 1px #161616;
}

    nav ul > li > a, nav ul > li > b, nav ul > li > strong {
    padding: 20px;
}
    nav ul ul > li > a, nav ul ul > li > b, nav ul ul > li > strong {
        padding: 20px 0 0 0;
    }	


}

#navMain {
    display: none;
}

@media only screen and (min-width: 1024px) {
    /* aus in 4.3.1: */
    #navMain {
    display: block;
    margin: 0 auto;
     width: 1024px;
	 height: 40px;
}



    a.toggle-nav {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {

    nav ul li:hover ul {
        display: block;
    }
	
	#slider {
    margin: 0 0 40px 0;
    overflow: hidden;
}

ul li ul li a {
	width: 100%;
	border-top: 1px solid #7f7f7f;
}

}

@media only screen and (max-width: 1024px) {
    nav ul li a {
		padding: 10px 0 10px 20px;
		height:40px;
	}
	

	nav ul li ul li {
	width: 100%;
}

nav ul li ul li a {
	width: 100%;
	padding: 10px 20px 0 45px;
	border: none;
	background: #434343 none repeat scroll 0 0;
}

nav ul li ul li a:hover {
background-image: url(/Content/webs/mulzet.at/images/hover1.png);

}

.kleine-bilder {
	display: none;
}

}

h1 a:link, h1 a:visited {
    color: #fff;
    text-decoration: none;
}

h1 a:hover, h1 a:active, h1 a:focus {
    color: darkorange;
}



@media only screen and (max-width: 700px) {
	.leiste-oben {
    background-image: url(/Content/webs/mulzet.at/images/leiste-oben-resp.png);
	background-size: 100% 45px;
	background-repeat: no-repeat; 
	width: 100%;
	height: 40px;                
    margin: 20px auto 0 auto;
	text-align: center;
	padding: 5px 0 0 0;
	color: #eeeeee;
    font-family: "Audiowide";
}

.linke-spalte4 {
	float: left;
	width:100%;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;	
	box-shadow: none;
}

.ls {
	background-color: #282828;
    color: #eeeeee;
    float: left;
    height: auto;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}


}

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
 *********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child, .js-off .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
 *********************************/
.flexslider {
    margin: 0 0 40px;
    background: #1b1b1b;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	padding: 0 20px 0 45px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
    /* .slides existiert bei uns bereits und hat einen Schatten, der hier ausgeschaltet wird. */
    box-shadow: none;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

/*
 .flex-direction-nav a {
 width: 30px;
 height: 30px;
 margin: -20px 0 0;
 display: block;
 background: url(/Content/webs/mulzet.at/images/bg_direction_nav.png) no-repeat 0 0;
 position: absolute;
 top: 50%;
 z-index: 10;
 cursor: pointer;
 text-indent: -9999px;
 opacity: 0;
 -webkit-transition: all .3s ease;
 }
 .flex-direction-nav .flex-next {
 background-position: 100% 0;
 right: -36px;
 }
 .flex-direction-nav .flex-prev {
 left: -36px;
 }
 */
/* Styles und GFX für eine größere Darstellung der Bedienelemente */
.flex-direction-nav a {
    width: 38px;
    background: url("/Content/webs/mulzet.at/gfx/prev-next.gif") no-repeat scroll left 50% black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
    /* Schon in der Basisversion sichtbar */
    opacity: 0.5;
    overflow: hidden;
}

.flex-direction-nav a.flex-next {
    background-position: right 50%;
    left: auto;
    right: 0;
}

/* Positionierung und Opacitiy angepasst und Anweisung ins Media Query verschoben
 .flexslider:hover .flex-next {
 opacity: 0.8;
 right: 5px;
 }
 .flexslider:hover .flex-prev {
 opacity: 0.8;
 left: 5px;
 }
 */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	display: none;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    /*width: 25%;*/
    width: 20%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 10%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}










/* ----------------------------------------------------------------------------- *
 *                           FLEXSILDER1                    					 *
 * ----------------------------------------------------------------------------- */











/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider1 a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
 *********************************/
.flexslider1 {
    margin: 0;
    padding: 0;
}

.flexslider1 .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider1 .slides img {
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child, .js-off .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
 *********************************/
.flexslider1 {
    margin: 0 0 40px;
    background: #1b1b1b;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	padding: 0 20px 0 45px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider1 .slides {
    zoom: 1;
    /* .slides existiert bei uns bereits und hat einen Schatten, der hier ausgeschaltet wird. */
    box-shadow: none;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

/*
 .flex-direction-nav a {
 width: 30px;
 height: 30px;
 margin: -20px 0 0;
 display: block;
 background: url(/Content/webs/mulzet.at/images/bg_direction_nav.png) no-repeat 0 0;
 position: absolute;
 top: 50%;
 z-index: 10;
 cursor: pointer;
 text-indent: -9999px;
 opacity: 0;
 -webkit-transition: all .3s ease;
 }
 .flex-direction-nav .flex-next {
 background-position: 100% 0;
 right: -36px;
 }
 .flex-direction-nav .flex-prev {
 left: -36px;
 }
 */
/* Styles und GFX für eine größere Darstellung der Bedienelemente */
.flex-direction-nav a {
    width: 38px;
    background: url("/Content/webs/mulzet.at/gfx/prev-next.gif") no-repeat scroll left 50% black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999px;
    /* Schon in der Basisversion sichtbar */
    opacity: 0.5;
    overflow: hidden;
}

.flex-direction-nav a.flex-next {
    background-position: right 50%;
    left: auto;
    right: 0;
}

/* Positionierung und Opacitiy angepasst und Anweisung ins Media Query verschoben
 .flexslider:hover .flex-next {
 opacity: 0.8;
 right: 5px;
 }
 .flexslider:hover .flex-prev {
 opacity: 0.8;
 left: 5px;
 }
 */
.flexslider1:hover .flex-next:hover, .flexslider1:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	display: none;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}


.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    /*width: 25%;*/
    width: 20%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 10%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}



/* ----------------------------------------------------------------------------- *
 *                           750px / 16px/em = 46.875em                          *
 *                     umgestellt auf Mobile first min-width                     *
 * ----------------------------------------------------------------------------- */

@media only screen and (min-width: 880px) {
    /* auf größeren Screens werden die Bedienelemente versteckt... */
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
        opacity: 0;
    }

    /* ... und nur bei Hover gezeigt. */
    .flexslider:hover .flex-next, .flexslider:hover .flex-prev {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 735px) {
	.buero {
		width: 100%;
		border-bottom: 1px solid #7f7f7f;
		border-right: none;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0 ;
	}
	
	.werkstatt {
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.tag {
		width: 35%;
}
}

@media only screen and (max-width: 400px) {
	.box-oeffnungszeiten {
	background: #1b1b1b none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    position: relative;
	margin: 0;
}

.content {
	margin: 0;
	padding: 0;
}

.navi {
		width: 100%;
	}
	

	.topmenu2 a, .submenu2 a {
    color: #eeeeee;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

}


@media only screen and (max-width: 850px) {



.rechte-spalte1 {
	box-shadow: none;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	 width: 400px;
}

.linke-spalte1 {
    background-color: #282828;
    box-shadow: none;
    color: #eeeeee;
    float: left;
    height: auto;
    line-height: 20px;
    width: 400px;
}
}

@media only screen and (max-width: 455px) {



.rechte-spalte1 {
	box-shadow: none;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	 width: 100%;
}

.linke-spalte1 {
    background-color: #282828;
    box-shadow: none;
    color: #eeeeee;
    float: left;
    height: auto;
    line-height: 20px;
    width: 100%;
}

.linke-spalte3 {
    background-color: #282828;
    box-shadow: none;
    color: #eeeeee;
    float: left;
    height: auto;
    width: 100%;
}
}

.logos__start .col-md-4{width:33%;float:left;text-align:center;}