﻿/* Start CSS fuer Anzeige in Cards von HomeToGo Angeboten*/
 
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 20px;
    }
    .card {
    position: relative;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.2s;
    }
    .card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
    }
    .card-content 
    { padding: 15px; 
    	font-size: 14px;       /* kleinere Standardschrift */
    	line-height: 1.3;      /* geringerer Zeilenabstand */
    }
    .card-content h3 {
    margin: 0 0 8px;
    font-size: 14px;       /* kleinere Überschrift */
    line-height: 1.0;      /* engerer Zeilenabstand für Titel */
	}

    /* Buttons */
    .btn {
        display: inline-block;
        padding: 10px 16px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 8px;
        text-decoration: none;
        transition: background 0.3s ease;
    }
    .btn-green  { background: #28a745; }
    .btn-green:hover { background: #ABEC86; }

    .btn-orange { background: #ff9800; }
    .btn-orange:hover { background: #e68900; }

    .btn-red    { background: #dc3545; }
    .btn-red:hover { background: #c82333; }

    .btn-blue   { background: #007bff; }
    .btn-blue:hover { background: #0069d9; }
    
        
        .card-img-wrapper {
            position: relative;
        }
        .price-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #27ae60;
            color: #fff;
            padding: 6px 12px;
            border-radius: 8px;
            font-weight: bold;
            font-size: 14px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        }
    
        .card-img-wrapper {
            position: relative;
        }
        .price-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #27ae60;
            color: #fff;
            padding: 6px 12px;
            border-radius: 8px;
            font-weight: bold;
            font-size: 14px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        }

/* Blauer Button für "Zum Angebot" */
.offer-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #FF9D00;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.offer-btn:hover {
    background: #FC6A56;
    color: #fff;
    text-decoration: none;
}


/* Blauer Premium-Button "Alle Ferienwohnungen mit Pool" */
.green-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(180deg, #42a5f5 0%, #2196f3 50%, #1976d2 100%);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1); /* gleiche Größe wie Hover */
  position: relative;
  overflow: hidden;
  will-change: transform;
}

/* Glanzeffekt oben */
.green-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: rgba(255, 255, 255, 0.25);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  pointer-events: none;
}

/* Hover-Effekt: dunkler, leicht angehoben, gleichbleibende Größe */
.green-btn:hover {
  background: linear-gradient(180deg, #64b5f6 0%, #1e88e5 60%, #1565c0 100%);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Aktiver Zustand: gedrückt, leicht dunkler */
.green-btn:active {
  background: linear-gradient(180deg, #1976d2 0%, #1565c0 100%);
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.small-text {
    font-size: 9px;
    color: gray;
}

.price-badge-woche {
    background-color: #28a745;  /* Grüner Hintergrund */
    color: white;               /* Weiße Schrift */
    padding: 5px 15px;          /* Etwas Abstand innen */
    border-radius: 20px;        /* Abgerundete Ecken */
    font-weight: bold;          /* Fett gedruckt */
    font-size: 1.1em;           /* Etwas größere Schrift */
}

/* Ende CSS fuer Anzeige in Cards von HomeToGo Angeboten*/






.ausklappmenue
{
display: none;
text-align: center;
}
#sidebar-mobile-menue
{
display: none;
}

#sidebar-mobile-menue {
    width: 100%;
    color: #fff;
    background-color: #fff;
    height: auto;
}

#sidebar-mobile-menue h2 {
    padding-left: 15px;
    font-size: 16px;
    color: #1F5DA8;
    font-weight: bold;
    }


#sidebar-mobile-menue ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#sidebar-mobile-menue ul li {
	border-bottom: #fff 1px solid;
	background-color: #003366;
	padding: 8px 0 8px 0;
	font-weight: bold;
}

/* Sidebar Fewo-Links */

#sidebar-mobile-menue ul.fewos li {
    text-align: left;
	border-bottom: #fff 1px solid;
	background-color: #CC0033;
}

#sidebar ul.fewos li {
    text-align: left;
	border-bottom: #fff 1px solid;
	background-color: #CC0033;

}


/* Sidebar Fewo-Links ENDE*/


#sidebar-mobile-menue ul li:hover {
	background-color: #E97218;
}

#sidebar-mobile-menue ul li:first-child {

	border-top: #fff 1px solid;

}

#sidebar-mobile-menue ul li a{
    padding: 7px 0 7px 15px;
    color: #fff; 
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    line-height: 18px;
}

#sidebar-mobile-menue ul li a:hover{
    color: #fff;
}






.seitenbeschreibung{
	padding: 1%;
	background-color: #EEEEEE;
	margin-top: 40px;
}

.seitenbeschreibung h2{
	margin-top: 0px;
	font-size: 18px;
}


.bild-text{
	height: auto;
	clear: both;
	overflow: hidden;
}

.dateipfad{
	font-size: 11px;
	margin-top: 15px;
}

.dateipfad:hover{
	font-size: 11px;
	margin-top: 15px;
}

a.roter-kasten {
    color: #FFF;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}

a.roter-kasten:hover {
    color: #FFF;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}


span.rot {
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight: Bold;
	text-decoration: none;
	color: #C01027;
	margin-left: 15px;
}
.bild-kurzbeschreibung{
	width: 200px;
	height: auto;
	padding: 1%;
    border: 1px #999 solid;
    float: right;
    margin: 0 0 10px 10px;
    padding: 1%;
    border: 1px #999 solid;
	background-color: #fff;
}

/*Teaser Regionen dreispaltig*/

.teaser-regionen-dreier {
	width: 30%;
	float: left;
	margin-right: 3%;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	margin-bottom: 10px;
}

.teaser-regionen-dreier h2 {
background-color: #FF9900;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 0px;}

.teaser-regionen-dreier img {
	width: 100%;
	height: auto;
}

.teaser-regionen-dreier p {
	margin: 5px 0px;
}


.bold {
	font-weight: bold;
}

.teaser-regionen-dreier a {
	color: #003399;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.teaser-regionen-dreier a:hover {
	color: #003399;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
}


.bold {
	font-weight: bold;
}

.teaser-regionen a {
	color: #003399;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.teaser-regionen a:hover {
	color: #003399;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
}
/* ENDE Teaser Regionen*/



/*Tabelle für den Orte in der Region*/

#orts_tabellen {
-moz-column-count:3;
-webkit-column-count:3;
-o-column-count:3;
column-count:3;xte
-moz-column-gap:20px;
-webkit-column-gap:20px;
-o-column-gap:20px;
column-gap:20px;
-webkit-column-rule-width:0px;
-webkit-column-rule-color:#cb0000;
-webkit-column-rule-style:dotted;
-moz-column-rule-width:0px;
-moz-column-rule-color:#cb0000;
-moz-column-rule-style:dotted;
-o-column-rule-width:0px;
-o-column-rule-color:#cb0000;
-o-column-rule-style:dotted;
column-rule-width:0px;
column-rule-color:#cb0000;
column-rule-style:dotted;
}

  
/*Bilder für den Content*/

.bild {
	width: 70%;
	clear: both;
	margin: 0 auto
}

.bild img {
	width: 98%;
	height: auto;
	padding: 1%;
    border: 1px #999 solid;

}

.bild p {
	color: #666;
	font-style: oblique;
	font-size: 12px;
	margin-top: 0px;
}

.bilder-rechts {
	width: 40%;
	clear: both;
	float: right;
	margin: 0 0 10px 10px;
}

.bilder-rechts img {
	width: 98%;
	height: auto;
	padding: 1%;
    border: 1px #999 solid;
}

.bilder-rechts p {
	color: #666;
	font-style: oblique;
	font-size: 12px;
	margin-top: 0px;
}


/*Bilder für den Content Ende*/




body {
	margin:0;
	padding:0;
	color: #222;
	line-height: 26px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
background: url('../images/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
 -o-background-size: cover;
background-size: cover;

}

/*Teaser Regionen*/

.wrapper-teaser{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: -20px 0 30px 0;
}

.teaser-regionen {
	width: 45%;
	float: left;
	margin-right: 5%;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
}

.teaser-regionen h2 {
	background-color: #FF9900;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 0px;
}

.teaser-regionen img {
	width: 100%;
	height: auto;
}

.teaser-regionen p {
	margin: 5px 0px;
}

.bold {
	font-weight: bold;
}

.teaser-regionen a {
	color: #003399;
	font-size: 14px;
	text-decoration: none;
}

.teaser-regionen a:hover {
	color: #003399;
	font-size: 14px;
	text-decoration: underline;
}




#container {
    width: 100%;
    height: 100%;
}

#header {
    position: relative;
	width:auto;
	max-width:980px;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	height: 250px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* WebKit */
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* Firefox */
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* Standard */ 
    overflow: hidden;
    clear: both;
}

.header-bild {
width: auto;
height: 250px;
float: right;
}

.header-title {
width: 21%;
min-height: 252px;
float: left;
background-color: #00569D;
color: #fff;
padding: 40px 2%;
position: absolute;
z-index: 99;
}

.header-title h1 {
color: #E1DDDC;
font-weight: 600;
font-size: 28px;
line-height: 35px;
margin-top: 0px;
}

.header-title p, a {
color: #00B9DC;
font-size: 16px;
text-decoration: none;
}




#impressionen {
    position: relative;
    height:auto;
	width: 100%;
	z-index: 1;
	margin: 0 auto;

}

.impressionen-bild {
width: 100%;
height: auto;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
}

#navigation
{
width: 100%;
background-color: #0099CC;
height: 32px;
font-weight: 400;
margin: 0 auto;
padding-top: 8px;
}

#nav-mitte
{
width: 930px;
margin: 0 auto;
text-align: center;
}

#navigation a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	padding-bottom: 6px;
	transition-property: border-color;
    transition-duration: 0.5s;
    margin-right: 40px;
}

#navigation a:hover{
	border-bottom: 4px #00569D solid;
}

#wrapper-content {
    width: 980px;
    text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	background-color: #E1DDDC;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* WebKit */
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* Firefox */
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 1); /* Standard */ 
	overflow: hidden;


}

#content {
    width: 75%;
    float: right;
    padding: 1%;
    overflow: hidden;
    background-color: #fff;
}

#sidebar {
    width: 23%;
    float: left;
    color: #fff;
    overflow: hidden;
    background-color: #00569D;
    text-align: center;
}

#sidebar h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}


#sidebar ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
margin-top: 16px;
}

#sidebar ul li {
    text-align: left;
	border-bottom: #fff 1px solid;
	background-color: #B1A7A5;
	transition-property: background-color;
    transition-duration: 0.5s;
    height: auto;
}

#sidebar ul li:hover  {
	background-color: #0099CC;
	border-bottom: #fff 1px solid;
}

#sidebar ul li:visited, li:hover {
	border-bottom: #fff 1px solid;
}






#sidebar ul li a{
    padding: 7px 0 7px 15px;
    color: #fff; 
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    transition-property: padding;
    transition-duration: 0.5s;
    display: block;
    line-height: 18px;
}

#sidebar a:hover{
    color: #fff;
    text-decoration: none;
    padding: 7px 0 7px 20px;
}


#sidebar ul ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
margin-top: 0;
}


#sidebar ul ul li {
    text-align: left;
	border-bottom: none;
	background-color: #FF6600;
    height: auto;
}


#sidebar ul ul li:first-child {
	border-top: none;
}

#sidebar ul ul li:hover {
	border-bottom: none;
}






#sidebar ul ul li a{
    padding: 3px 0 3px 25px;
    color: #fff; 
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition-property: padding;
    transition-duration: 0.5s;
    display: block;
    line-height: 16px;
}

#sidebar ul ul li a:hover{
    color: #fff;
    text-decoration: none;
    padding: 3px 0 3px 35px;
}


#active:hover li { 
display: block;
cursor: pointer;
}

#active li { 
display: none; 
}



img {
    border: 0px;
}


a {
     color: #003399;
     text-decoration: none;
     font-size: 16px;
     font-weight: 400;
}

a.bold {
     color: #003399;
     text-decoration: none;
     font-size: 18px;
     font-weight: 400;
}

a.bold:hover{
     color: #003399;
     text-decoration: underline;
     font-size: 18px;
     font-weight: 400;
}


a:hover{
     color: #003399;
     text-decoration: underline;
     font-size: 16px;
     font-weight: 400;
}

a.text {
    color: #003399;
    text-decoration: none;
    font-size: 16px;
}

a.text:hover {
    text-decoration: underline;
    font-size: 16px;
}

    
h1{
  color: #003399;
  font-weight: 300;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
}

h2{
  color: #003399;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
}


#footer {
height: auto;
background-color: #0058B0;
padding: 0px;
text-align: center;
clear: both;
color: white;
width: 980px;
margin-bottom: 38px;
}

#footer ul
{
padding: 0px;
margin: 0;
}


#footer ul li
{
list-style:none;
padding: 0px 5px 0px 3px;
display: inline;
border-left: 1px solid #fff;
}


#footer a {
	font-family: Arial,Verdana,Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: White;
}

#footer a:hover {
	font-family: Arial,Verdana,Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: White;
}

#footer-links
{
	background-color: #1F5DA8;
	height: auto;
	width: 960px;
	clear: both;
	padding: 40px 10px;
	overflow: hidden;
	color: #CDE2FC;
}


#footer-links h1
{
	color: #fff;
}


#footer-links-left
{
	border-right: 1px #6E8BC5 dotted;
	width: 70%;
	float: left;
	overflow: hidden;
}

.section {
    border-bottom: 1px #6E8BC5 dotted;
	overflow: hidden;
	margin-right: 2%;
	padding: 20px 0;
}


.ueberschrift {
    width: 35%;
    float: left;
}

.ueberschrift a {
	color: #6E8BC5;
	text-decoration: none;
}

.ueberschrift a:hover {
	color: #fff;
	text-decoration: none;
}


.link-list {
    float: right;
    text-align: left;
    width: 63%;
}

.link-list ul {
    margin: 0px;
    padding: 0px;

}


.link-list ul li {
    list-style: none;
    display: inline;

}

.link-list ul li a {
color: #CDE2FC;
text-decoration: none;
font-size: 16px;
font-weight: normal;
}

.link-list ul li a:hover {
color: #fff;
font-weight: normal;
font-size: 16px;
text-decoration: none;
}


#footer-links li:hover
{
border-bottom: #fff 0px solid;
}

#footer li:hover
{
border-bottom: #fff 0px solid;
}


#footer-links-right
{
	width: 29%;
	float: right;
}


#footer-links-right ul
{
display: block;
list-style: none;
margin: 0px;
padding: 0px;
}



#footer-links-right li a
{
	display: block;
	color: #CDE2FC;
	text-decoration: none;
	border-bottom: 1px #6E8BC5 dotted;
	padding: 5px 0;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

#footer-links-right li a:hover
{
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#mobileMenu
{
display: none;
text-align: center;
padding: 0px;
margin: 0px;
padding-top: 50px;
background-color: #FF9900;
}

#mobileMenu ul
{
margin: 0px;
padding: 0px 0 0px 0px;
background-color: #FF9900;
}

#mobileMenu ul li a
{
display:block;
background-color: #787066;
padding: 11px 0px 12px 27px;
text-align: left;
border-bottom: #ffffff 1px solid;
transition-property: background-color;
transition-property: color;
transition-duration: 0.5s;
}

#mobileMenu ul li:first-child
{
border-top: #ffffff 1px solid;
}



#mobileMenu ul li :hover
{
background-color: #fff;
color: #144A76;

}


#mobileMenu a
{
display:block;
text-decoration: none;
font-size: 16px;
font-weight: 400;
color: #ffffff;
margin: 0px;
}



.toggleMobile
{
display: none;
}

a.text {
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}

a.text:hover {
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}


/*--------------------------------------------------------------------------------------------980px--------------------------------------------------------------------------*/


@media (max-width: 980px) {


#header
{
  width: 100%;
  height: auto;
}

.header-bild {
width: 75%;
height: auto;
}

#navigation
{
display: none;
}

.header-title h1 {
font-size: 25px;
line-height: 30px;
}

#footer {
    width: 100%;
}

#footer ul
{
list-style:none;
margin: 0 auto;
width: 100%;
padding: 0px;
}


#wrapper-content {
    width: 100%;
}



#mobileMenu
{
z-index: 99;
width: 100%;
}

#mobileMenu h2
{
    font-size: 14px;
    color: #003399;
    font-weight: 600;
    text-align: center;
}


.toggleMobile
{
position: absolute;
top: 5px;
right: 15px;
display: block;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 999;
border-radius: 4px;
}

.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
{
display: block;
position: absolute;
width: 28px;
height: 4px;
left: 11px;
background: #003399;
}
.toggleMobile span.menu1
{
top: 10px;
}
.toggleMobile span.menu2
{
top: 19px;
}
.toggleMobile span.menu3
{
top: 28px;
}

.toggleMobile.active span.menu1
{
top: 19px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2
{
top: 19px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3
{
opacity: 0;
-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

.toggleMobile h2 {
    display: none;
}

.ausklappmenue
{
display: inline-block;
width: 100%;
padding: 10px 0px;
margin: 10px auto 0;
cursor: pointer;
background: #CC0033 url('../images/ausklappmenue-bg.png') no-repeat right top;
color: #fff;
text-align: center;
}

.ausklappmenue.active
{
background: #CC0033 url('../images/ausklappmenue-bg-schliessen.png') no-repeat right top;
}



}

/*--------------------------------------------------------------------------------------------765px--------------------------------------------------------------------------*/

@media (max-width: 765px) {

.header-bild {
width: 100%;
height: auto;
float: none;
}

.header-title {
width: 70%;
height: auto;
min-height: 0px;
float: none;
color: #fff;
padding: 5% 15% 1% 15%;
position: relative;
text-align: center;
text-decoration:none;
}

.header-title h1 {
text-align: center;
font-size: 30px;
line-height: 50px;
}





}

/*--------------------------------------------------------------------------------------------650px--------------------------------------------------------------------------*/

@media (max-width: 500px) {

#content {
    width: 96%;
    float: none;
    padding: 2%;
}

#impressionen {
	display: none;
}

.impressionen-bild {
width: 100%;
display: none;
}



#sidebar {
    display: none;
}

/*Teaser Regionen 3er*/

.teaser-regionen-dreier {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 15px;
}


}

  
