
/*
*** Überschrift im Carousel formatieren mit Schlagschatten in beliebiger Farbe ***/
h1.text-center.awesome {
  font-weight:normal;
  font-color:red;
  text-shadow: 1px 1px silver;
 }
/* Schriftzug */
h2.text-center.awesome {
  font-family:times new roman,arial,helvetica;
  font-weight:bold;
  font-size:2em;
  color:#3366ff;
 }
/** SOMMER Logo rand **/
div #top_logo {
  width:380px;
  margin-left:auto;
  margin-right:auto;
  margin-top:13%;
  margin-bottom:23%;
  }

/** 2019-12-14 Banner Rahmen **/
div ins#revive-0-0 a img {
  padding:2px ;border:1px solid gray;
}

/*
*** Links in News ***/
div.news-text-wrap a {color:blue; text-decoration:underline;}

/*
*** Link Form Startseite - oben links NICHT anzeigen ***/
div.carousel-content a[href="https://www.sommer-immobilien.eu/de/"] {color:#fff;}
#

/*
*** Bilderrahmen ****
*** Wiese Weiher Wald ***/
div#p2429 figure picture img {
 border:1px solid; padding:2px;
}

/*
*** SOMMER Immobilien ***/
/* figure picture img, figure a picture img { */
/*** 2020-09-09 zu nachstehend testen*/
figure.image picture img, figure.image a picture img {
 border:1px solid gray; padding:2px;
}

/*
*** Bild auf 404 nicht rahmen ***/
img[title~="fehler"] {border:none;},
img[title~="Gesuche"] {border:none;}

/*
*** Bild "Nachricht an Sommer" ***/
img[title="Nachricht an SOMMER"] {border:none;}

/*
*** Video Rahmen ***/
.video {border:1px solid gray; padding:2px;}

/*
*** Pinnwand Links ***/
ins#revive-0-0 p a:link {
  color:blue; text-decoration:none;
  padding-left:0.5em;
}

/*
*** Links in News ***/
div.news-text-wrap a {color:blue; text-decoration:underline;}

/*
*** Link Form Startseite - oben links NICHT anzeigen ***/
div.carousel-content a[href="https://www.sommer-immobilien.eu/de/"] {color:#fff;}

/*
*** Kontakt-Form ***/
div form#neuesFormular input,
div form#neuesFormular select,
div form#neuesFormular textarea {
  background-color:#ededed;font-size:1.3em;
}

form#neuesFormular label {font-size:1.3em;}
form#neuesFormular small {font-size:1em;}


/*** 2020-11-28 **********/
/*
*** Smartphone 468 Banner ***/
@media only screen
and (min-device-width:320px)
  and (max-device-width:480px) {
  ins#revive-0-1 iframe, ins#revive-0-1 img, ins#revive-0-1 a img {
  width:468px;
  max-width:99%; height:auto;
  margin:2px;
  }
}

/*
*** smartphone Banner 728 Anpassung ***/
@media only screen
and (min-device-width:320px)
  and (max-device-width:480px) {
  ins#revive-0-0 iframe, ins#revive-0-0 img, ins#revive-0-0 a img {
  width:728px;
    max-width:99%; height:auto;
  margin:2px;
  }
}

/* 2020-12-22
*** Ueberschrift auf Seite 2411 ***
#p2411 h2.element-header.text-right span {
  color:lightgreen;
  position:absolute;
  right:150px;
  top:250px;
  font-size:1.5em;
}
******* AUS wegen Fehler auf mobile Seite ***/

