.iconsect{
    text-align: center;
}

.blog_right_sidebar{
    text-align: center;
}

.linksright{
    margin-left: auto;
}

.telefon{
    color: #a7cb00;
    font-size: 20px !important;
}

.blog_right_sidebar{
    text-align: center !important;
}

#covertext{
    margin-left: 10px;
}

.covertextwrap{
    margin-left: 15px;
    margin-right: -5px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* banner text größe für diverse mobilen geraete */

/* iPhone 4&4s */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      
      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}

}

/* iPhone 5, 5S, 5C, 5SE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      
      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}
      
#covertext {
    padding: 20px;
}

}

/* iPhone 6, 6S, 7, 8 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
      
      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}

}

/* iPhone 6+, 7+ and 8+ */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}
      
#covertext {
    padding: 20px;
}

}

/* iPhone X */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}
      
}

/* Galaxy S4, S5, Note 3 */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
      
      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}

}

/* Galaxy S6 */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}
      
}

/* Google Pixel */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}
      
}

/* Google Pixel2 */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}
      
#covertext {
    padding: 20px;
}

}

/* HTC One */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}

#covertext {
    padding: 20px;
}
      
}

/* Windows Phone */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px)  
  and (orientation: portrait) {

      #info1{
    font-size: 14px; 
}

#info2{
    font-size: 16px; 
}

#info3{
    font-size: 14px; 
}
      
#covertext {
    padding: 20px;
}

}