/*
- Body
- Generelle Struktur
- Schriftarten & Ueberschriften
- Links
- Buttons
- Header
- Navigation
- Contentbereich
- Tabulatoren
- Formulare & Inputs & Labels
- Footer
- Misc
- Aenderungen an jquery-ui
- Carousel
 */
 
  
 /*Media Queries*/
 /*
 @media (min-width: 760px) {
.klassenname {	
	}
}

@media (max-width: 1200px) {
.klassenname {	
	}
}

 @media (min-witdh: 990px) and(max-width: 1200px) {
.klassenname {	
	}
}
*/
 

/*Body
-------------------------------------------------------------------*/

html {
	background-color:#fdfcf8;
}

body{
		background-color:#fdfcf8;
		
}

.page-container {
/*-----ist das hier noch aktiv???? War als id angeben .... -----*/

	width:90%;	
	max-width:1200px;
	margin:auto;
}


/*-----Hintergrund-----*/
body.custom-background {
	background-image: none;
	background-color:#f9f8f2;
}



/*Generelle Struktur
-------------------------------------------------------------------*/
/*-----Bereiche unselectable machen um Markierungen zu verhindern-----*/
	*.nicht_markierbar {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.ohne_abstand_unten{
	margin-bottom: -4px;
}

.ohne_abstand_oben{
	margin-top: -4px;
}

.abstand_unten_xxs{
	margin-bottom: 2px;
}

.abstand_unten_xs{
	margin-bottom: 4px;
}

.abstand_unten_s{
	margin-bottom: 8px;
}

.abstand_unten_m{
	margin-bottom: 16px;

}

.abstand_unten_l{
	margin-bottom: 26px;

}

.abstand_unten_xl{
	margin-bottom: 36px;

}

.abstand_unten_xxl{
	margin-bottom: 90px;

}

.abstand_unten_xxxl{
	margin-bottom: 240px;

}

.abstand_unten_s_neg{
	margin-bottom: -4px;
}

.abstand_unten_m_neg{
	margin-bottom: -8px;
}

.abstand_oben_s_neg{
	margin-top: -4px;
}

.abstand_oben_m_neg{
	margin-top: -8px;
}


.abstand_oben_xxs{
	margin-top: 2px;

}


.abstand_oben_xs{
	margin-top: 4px;

}


.abstand_oben_s{
	margin-top: 8px;
}



.abstand_oben_sm{
	margin-top: 12px;

}

.abstand_oben_m{
	margin-top: 16px;

}

.abstand_oben_l{
	margin-top: 26px;

}

.abstand_oben_xl{
	margin-top: 46px;

}

.abstand_oben_xxl{
	margin-top: 90px;

}

.abstand_oben_xxxl{
	margin-top: 140px;

}

.abstand_oben_xxxxl{
	margin-top: 240px;

}

.abstand_links_s{
	margin-left: 5px;

}

.abstand_links_m{
	margin-left: 10px;

}

.abstand_links_l{
	margin-left: 20px;

}

.abstand_3er_grid{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.abstand_rechts_s{
	margin-right: 6px;
}

.abstand_rechts_m{
	margin-right: 10px;
}

.abstand_rechts_l{
	margin-right: 20px;
}

.abstand_rechts_xl{
	margin-right: 36px;
}


.nach_rechts{
	float: right;
}

.seiten_0_margin{
	margin-left: 0px !important;
	margin-right: 0px !important;
}





/*Schriftarten & Ueberschriften
-------------------------------------------------------------------*/
/*--- Benutzte Farben:
schwarbraun:#1e1711
braun:#7f7870 für Schrift
braun dunkler: #5e564e für normale Schrift
braun heller: #a29b94 --- oder: #b5aa9e für kleine Schrift
tuerkis-Schrift:#376c70
tuerkis-Flächen:#6daca3
tuerkis-Flächen Hell:#cae7e3
hellgrau hintergrund: #f9f8f2
hellgrau dunkler: #ebe8d7 (z.B. für Knöpfe)
weiss: #fefdfb
Überschriften: Cartoonist, Bold, 16px, schwarzbraun, braun
Titel, Knoepfe: Roboto, medium, 11px, schwarzbraun
Variable Angaben: Roboto, bold, 11px, tuerkis
Text: Roboto, light, 11px, braun
*/

a {
    color: #fefdfb;
	text-decoration: none;
}

a:visited {
	color: #fefdfb;
    text-decoration: none;
}


a:hover {
    color: #fefdfb;
	 text-decoration: underline;
}



body{

	font-family: "Verdana";
	font-weight: normal;
	font-size:20px;
	color:#5e564e;

}

p{
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.li_phil{
	
	margin-bottom: 5px;
	
	margin-left: -20px;

}



/*--Ueberschriften--*/
h1,h2,h3 { 
	font-family: "Verdana";
	font-weight: bold;
	color:#1e1711;
	
	}

h1 { 
	font-size:24px;
	margin-top: 0px;	
	margin-bottom: 10px;
}

h2 { 
	font-size:24px; 
	margin-top: 0px;	
	margin-bottom: 10px;
}

h3 { 
	font-size:18px; 
	margin-top: 0px;
	
}

h4 { 
	font-size:14px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
}

button {
	background-color:#ebe8d7;
}


.txt_normal{
	font-family: "Verdana";
	font-weight: normal;
	font-size:14px;
	color:#5e564e;
	
}


.txt_mini{
	font-family: "Verdana";
	font-weight: normal;
	font-size:12px;
	color:#a29b94;
	line-height: 16px;
	/* color:#b5aa9e; */
	
}

.txt_mono{
	font-family: "Courier New";
	font-weight: normal;
	font-size:14px !important;
	color:#5e564e;
	line-height: 18px;
	/* color:#b5aa9e; */
	
}

.bild_txt_hell{

	color:#fefdfb;
	/* background-color: rgba(100,94,87,0.4); */
	padding-top:8px;
	padding-right:4px;
	padding-bottom:8px;
	padding-left:12px;
}

.hinten_halb_grau{

	color:#fefdfb;
	background-color: rgba(100,94,87,0.4);
}

.bild_txt_dunkel{

	color: rgba(48,44,40,1.0);
	background-color: rgba(254,253,251,0.4);
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:12px;
}

.txt_rot{
	color:#b41e00 !important;
}
.txt_rot_fett{
	color:#b41e00 !important;
	font-weight: bold;
	font-size:13px;
}


.txt_titel{
	font-family: "Verdana";
	font-weight: bold;
	font-size:13px;
	color:#1e1711;
}

.dick_im_text{
	font-family: "Verdana";
	font-weight: bold;
	font-size:14px;
	color:#1e1711;
}

.txt_label{
	font-family: "Verdana";
	font-weight: bold;
	font-size:12px;
	color:#7f7870;
}

.txt_edit{
	font-family: "Verdana";
	font-weight: normal;
	font-size:12px;
	color:#6daca3;
	
}

.txt_edit_sehr_fett{
	font-family: "Verdana";
	font-weight: bold;
	font-size:14px;
	color:#6daca3;
	
}

.txt_edit_noch_fetter{
	font-family: "Verdana";
	font-weight: bold;
	font-size:18px;
	color:#6daca3;
	
}





.txt_fett_preis{
	font-weight: bold;
	font-size:18px;
	
}


.txt_dick{
	font-weight: bold;
	font-size:14px;
	/* color:#a29b94; */
	/* line-height: 16px; */
	/* color:#b5aa9e; */
	
}

.txt_rechts{
	text-align: right;
}

.txt_unten{
	vertical-align: bottom;
}

.lang_brechen {
	/* Damit die langen Dateinamen innerhalb der Col brechen... */
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}





/*Links
-------------------------------------------------------------------*/
/*----- -----*/

/*Buttons
-------------------------------------------------------------------*/
button {
		border:none;

}


.button-40px {
	width:40px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_40x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	/* float:left; */
	
}

.button-40px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.button-65px {
	width:65px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_65x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	/* float:left; */
	
}

.button-65px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.button-90px {
	width:90px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_90x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	/* float:left; */
	
}

.button-90px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.select-90px {
	width:90px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_90x26px.png);
	/*background-color:transparent;*/
	background-color:#fefdfb;
	border:9px;
	border-color:#ebe8d7;
	margin-left: 12px;
	margin-right: 8px;
	
	/* float:left; */
	
}



.button-115px {
	width:115px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_115x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	
	
}

.button-115px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.select-115px {
	width:115px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_115x26px.png);
	/*background-color:transparent;*/
	background-color:#fefdfb;
	border:none;
	
	
}


.button-140px {
	width:140px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_140x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	
	
}

.button-140px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.select-140px {
	width:140px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_140x26px.png);
	background-repeat: no-repeat;
	/*background-color:transparent;*/
	background-color:#fefdfb;
	border:none;
	margin-top: -6px;
	
	
}


.button-165px {
	width:165px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_165x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	
	/* float:left; */
	
}

.button-165px:active {
	position: relative;
	top:1px;
	left:1px;
	
}

.button-190px {
	width:190px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_190x26px.png);
	/*background-color:transparent;*/
	background-color:#ebe8d7;
	border:none;
	padding:0px;
	
	/* float:left; */
	
}

.button-190px:active {
	position: relative;
	top:1px;
	left:1px;
	
}


.select-165px {
	width:165px;
	height:26px;
	background-image:url(../konfigurator/phils_bilder/buttons_elemente/button_165x26px.png);
	/*background-color:transparent;*/
	background-color:#fefdfb;
	border:none;
	margin-top: -6px;
	
	
}





/*----- -----*/
/*-----Bearbeitungsbuttons-----*/

.linie_unter_titel {
	background:url(../bilder/buttons_elemente/linie_1400px.png) repeat-x;
	height: 4px;
	margin-top: -16px;
	/* background-position: bottom; */
}

.trennlinie{
	background:url(../bilder/buttons_elemente/linie_1400px.png) repeat-x;
	height: 4px;
	
}

.linie_unter_normalschrift {
	background:url(../bilder/buttons_elemente/linie_1400px.png) repeat-x;
	height: 4px;
	margin-top: -6px;
	/* background-position: bottom; */
}

.ohne_linie_unter_titel{
	margin-top: -8px;

}


.trenn_linie_unter_text{
	background:url(../bilder/buttons_elemente/linie_1400px.png) repeat-x;
	height: 4px;
	margin-top: 20px;

}


.linie_ohne_icon{
	background:url(../bilder/buttons_elemente/linie_1400px.png) repeat-x;
	background-position: bottom;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;
}

.linie_icon_publish{
	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_publish.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;

}



.linie_icon_konfigurator{

	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_konfigurator.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;

}

.linie_icon_bestellen{

	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_bestellen.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;

}

.linie_icon_interieur{

	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_interieur.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;

}

.linie_icon_kuenstler{

	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_kuenstler.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;

}



.inline {
	display: inline
}


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

/*Navigation
-------------------------------------------------------------------*/
/*-----NEUE NAVIGATION-----*/




/*Contentbereich
-------------------------------------------------------------------*/

.min_height_40{
	min-height:40px;
}

.min_height_50{
	min-height:50px;
}

.min_height_60{
	min-height:60px;
}

.min_height_70{
	min-height:70px;
}

.min_height_80{
	min-height:80px;
}

.haupt_sichtbereich{
	min-height:1000px;
	
}


.platzhalter_headbereich{
	min-height: 60px;
}


.logo_untertitel{
	position: relative;
	text-align: right;
	margin-top: 52px; /* brauchen wir bei feststehender Navigtation oben */
	margin-right: -11px;
	font-size:20px;
	
	z-index: 5;

}

@media (max-width: 574px) { 
	.logo_untertitel {
		font-size:18px;
		/* padding:0 0 4px 5%; */
	}
	
}

.box_hell_strich_oben_und_unten {
	background-color: #fefdfb;
	padding: 20px 10px 20px 10px;
	box-shadow: none;

	background-image:url(../elemente/linie_1400px.png), url(../elemente/linie_1400px.png);
	background-position: bottom, top;
	background-repeat: no-repeat;
	background-size:auto;
	-webkit-background-size:auto;
	
	/* border-top-style: solid;
	border-bottom-style: solid;
	 */
	border-right-style: solid;
	border-left-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
}





.phils_box_padding{
	/* padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px; */
	padding-bottom: 40px;

}

.phils_image_padding{
	/* margin-top: 10px; */
}

.phils_image_border{
	border-style: solid;
	border-width: 1px;
	border-color: #b5aa9e;
}
	

/*hiermit bestimmen wir einen Abstand, den wir mit  <div class="clearfix visible-xs-block abstand-unten"></div> unter cols setzen können*/
.abstand-unten {
	/* padding-bottom:40px;  */
	border-bottom:1px solid #ebe8d7;
	margin-bottom:40px;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 0px;
}


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

/*Misc
-------------------------------------------------------------------*/


/*----- Auf Wunsch paddings entfernen -----*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Die Swiper-Galerie für alle Seiten ?
-------------------------------------------------------------------*/


.swiper-container {
       /*  width: 100%;
        height: 100%; */
		
}


.swiper-slide {
        text-align: center;
       /*  background: #ebe8d7; */
	    background: transparent;
		
	/* 	background-image:url('../konfigurator/phils_bilder/hg_karriert.png')!important;
		background-repeat: repeat; */
		
        /* width: 80%; */
		/* width: 100px;
		height: 60px; */
        /* Center slide text vertically */
		/* 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		 */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide:nth-child(2n) {
       /*  width: 60%; */
}
.swiper-slide:nth-child(3n) {
       /*  width: 40%; */
}
.swiper-button-prev{
	/* background-image:url('../bilder/buttons_elemente/button_slideshow_prev_26x60px.png')!important; */
	background-image:url('../elemente/button_slideshow_prev_22x52px.png')!important;
	background-color:transparent;
	width:22px!important;
	height:52px!important;
	top: 40%!important;

}
.swiper-button-next{
	/* background-image:url('../bilder/buttons_elemente/button_slideshow_next_26x60px.png')!important; */
	background-image:url('../elemente/button_slideshow_next_22x52px.png')!important;
	background-color:transparent;
	width:22px!important;
	height:52px!important;
	top: 40%!important;

} 

.pos-vertikal{
	
	/* top: 25%!important; */
	/* top: 55px!important; */
	top: 40%!important;
} 

@media (max-width: 574px) { 
	.pos-vertikal{
	
	top: 20%!important; 
	
	} 
	
}


.swiper-pagination-bullet {   
	 background-image:url('../elemente/pagination_dot.png');
	 background-repeat:no-repeat;
	 background-color:transparent
}

.swiper-pagination-bullet-active {
  background-image:url('../elemente/pagination_dot_aktiv.png');
  background-repeat:no-repeat;
  background-color:transparent
}

/* Damit der Scrollbalken bei Chrome verschwindet */
.swiper-container {
    
    height: 95% !important;
	/* padding-bottom: 40px !important; */
	
}


.swiper-slide img {
width:auto;
height:auto;
max-width:100%;
max-height:90%;

margin-right: auto;
margin-left: auto;
display: block;
	
}


/* 
.swiper-wrapper {
min-width: 100%;
}

.swiper-slide {
width: auto !important;
}

 */

.bild_mit_klick_lupe:hover {
	/* cursor: pointer; */
	cursor: pointer;
	
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
	
	
}

.bild_mit_klick_pointer:hover {
	/* cursor: pointer; */
	cursor: pointer;
	
}


.phils_lichtbox {

	background-color:#fefdfb !important;
	/* background-color:#cae7e3 !important; */
	
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	

}

.phils_flash_videobox{
	margin-left: 30px;


}

.ui-dialog { 
	/* Damit die Lichtbox über der Navigation oben liegt:*/
	z-index: 2000 !important;
}

/* Default Close Button ersetzen:*/
.ui-icon-closethick {
    background-image: url(../elemente/button_schliessen.png) !important;
    background-position: left bottom !important;
	background-color:#fefdfb !important;
    /* margin: 0 !important; */
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
	width: 20px !important;
    height: 20px !important;
	margin-right: 4px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0 !important;
}

.ui-button-icon-only .ui-icon {
    margin-left: -10px;
    margin-top: -10px;
}


.ui-dialog .ui-dialog-titlebar {
   
    background-color:#fefdfb;
	
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	
	
}




.ui-widget-overlay {
    background: #f9f8f2 !important;
    opacity: 0.95 !important;
    filter: Alpha(Opacity=95) !important;
    /* support: IE8; */
}



/* Entfernt die blaue Linie um den Close-Button und Lichtbox-Rahmen, wenn Element aktiv: */
button:active, .button:active, button:focus, .button:focus, button:hover, .button:hover{
    border:none !important;
    outline:none !important;
}

input:focus {
	
    outline:solid;
	
	outline-width: 2px;
	outline-color: #6daca3; 
	
}

input, button, select, textarea {
   outline: none;
}


.box_nur_unten{

	/* width: 100%; */
	/* height: 52px; */
	
	/* position:absolute;  */
	bottom:0px;
	

	background-color: #fefdfb;
	box-shadow: none;
	padding: 6px;
	

	background-image:url(../bilder/buttons_elemente/linie_1400px.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size:auto;
	-webkit-background-size:auto;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	
	
	/* 
	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_kuenstler.png);
	background-position: bottom, right;
	background-repeat: no-repeat;
	
	
	height: 44px;
	margin-top: -54px;
 */
}

.box_nur_unten_icon_kuenstler{

	bottom:0px;
	
	background-color: #fefdfb;
	box-shadow: none;
	padding: 6px;
	
	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_kuenstler_klein.png);
	background-position: bottom, right;
	
	background-position: 0% 100%, 99% 60%; 
	
	background-repeat: no-repeat;
	background-size:auto;
	-webkit-background-size:auto;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	
	
}

.box_nur_unten_icon_publish{

	bottom:0px;
	
	background-color: #fefdfb;
	box-shadow: none;
	padding: 6px;
	
	background-image:url(../bilder/buttons_elemente/linie_1400px.png), url(../bilder/icon_publish_klein.png);
	background-position: bottom, right;
	
	background-position: 0% 100%, 99% 60%; 
	
	background-repeat: no-repeat;
	background-size:auto;
	-webkit-background-size:auto;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	
	
}



.justified_mit_bottom{

	padding-bottom: 40px !important;


}

.justified_box_unten{

	width: 100%;
	height: 52px;
	
	position:absolute; 
	bottom:0px;
	
	/* background-color:rgba(254, 253, 251, 0.9); */
	background-color: #fefdfb;
	box-shadow: none;
	padding: 6px;
	

	background-image:url(../bilder/buttons_elemente/linie_1400px.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size:auto;
	-webkit-background-size:auto;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
    border-width: 1px;
	border-color: #ebe8d7;
	
	

}

.just_gal_fixed_height{
	
	max-height: 400px;
	/*overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto; */
	

}

.just_gal_scrollbox{

	overflow:scroll;
	overflow-x:hidden;
	/* overflow-y:auto; */

}

.button_pinterest_kontakt {
	width:26px;
	height:26px;
	background-image:url(../bilder/button_pinterest.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	
	/* float:left; */
	
}

.button_facebook_kontakt {
	width:26px;
	height:26px;
	background-image:url(../bilder/button_facebook.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	
	/* float:left; */
	
}

.bild_mittig{
	display: block;
    margin-left: auto;
    margin-right: auto
}



.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 60px;  */
	overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Entfernt die blaue Linie um den Close-Button und Lichtbox-Rahmen, wenn Element aktiv: */

/* input:active, .input:active, input:focus, .input:focus, input:hover, .input:hover{
    border:none !important;
    outline:none !important;
} */


/* button_schliessen.png */


