/*
Theme Name: Testblog Ruediger Vogel
Description: Child für ruedigervogel.de auf Basis ENFOLD
Author: Ruediger Vogel
Author URI: http://testblog.ruedigervogel.de
Template: enfold
Version: 1.0
Tags:
*/
/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/

/* test Textelement linker Abstand */
#top .abstandLinks .avia_textblock {
  padding: 24px;
}

/* Schaltfläche Fettschrift */
#top .btn_fett .avia-button {
  font-size: 24px;
  font-weight: bold;
}

/* Schaltfläche für Zweizeiler-Text */

#top #wrap_all .VuK_special-button .avia-button {
    background: #164066;
    background-image: linear-gradient(270deg,#0d263c 0,#1f5a90 51%,#164066);
    background-size: 200% auto;
    border: none;
    background-position: 100%;
    transition: background-position .3s cubic-bezier(.4,0,.2,1);
    color: #fff;
    text-shadow: 0 0 20px #081927;
}

#top .avia-tooltip.avia-icon-tooltip.avia-tt {
  width: 410px;
  text-align: left;
}

.ls-container .ls-circle-timer div {
   border-color: #666;
}
.ls-bar-timer {
 background: #930f1a;
}

body {font-size: 16px;}
.main_menu ul:first-child>li>a {font-size: 14px;}

.tab {
font-size: 16px!important;
}
.team-member-name { font-size: 20px; }
.team-member-job-title { font-size: 14px; }

#top .avia-button-fullwidth .av-button-description {
font-size: 18px; }
.avia-button-wrap span.avia_iconbox_title {
font-size: 18px;
}
.avia-button-fullwidth {
padding: 8px!important;
}
#top .iconbox_top {
margin-bottom: 0px!important;
}
.main_menu .menubutton .avia-menu-text {
   background-color: #930f1a;
   color: #fff;
   padding: 5px;
   padding-left: 8px;
   padding-right: 8px;
   border-radius: 5px;
}
.avia-button .avia_button_icon.avia_button_icon_right {
    left: 0.5em;
    top: 0.1em;
}
h1, h2, h3 {
text-transform: none !important;
}

.main_menu .menubutton .avia-menu-text {
    background-color: #A32025 !important;
}

/*Schriftart für Icon-Liste vorgeben*/
.VuK-IconList-numbers li .iconlist-char:before {
    font-family: 'PT Sans', Helvetica, serif;
    font-size: 24px;
    font-weight: bold;
}

/* nummerierte Icon-Listen*/

.VuK-IconList-numbers li:nth-child(1) .iconlist-char:before {content: '1'; 
}
.VuK-IconList-numbers li:nth-child(2) .iconlist-char:before  {content: '2'; 
}
.VuK-IconList-numbers li:nth-child(3) .iconlist-char:before {content: '3'; 
}
.VuK-IconList-numbers li:nth-child(4) .iconlist-char:before {content: '4'; 
}
.VuK-IconList-numbers li:nth-child(5) .iconlist-char:before {content: '5'; 
}
.VuK-IconList-numbers li:nth-child(6) .iconlist-char:before {content: '6'; 
}
.VuK-IconList-numbers li:nth-child(7) .iconlist-char:before {content: '7'; 
}
.VuK-IconList-numbers li:nth-child(8) .iconlist-char:before {content: '8'; 
}
.VuK-IconList-numbers li:nth-child(9) .iconlist-char:before {content: '9'; 
}
.VuK-IconList-numbers li:nth-child(10) .iconlist-char:before {content: '10'; 
}

.VuK-IconList-roman li:nth-child(1) .iconlist-char:before {content: 'I';
}
.VuK-IconList-roman li:nth-child(2) .iconlist-char:before {content: 'II';
}
.VuK-IconList-roman li:nth-child(3) .iconlist-char:before {content: 'III';
}
.VuK-IconList-roman li:nth-child(4) .iconlist-char:before {content: 'IV';
}
.VuK-IconList-roman li:nth-child(5) .iconlist-char:before {content: 'V';
}
.VuK-IconList-roman li:nth-child(6) .iconlist-char:before {content: 'VI';
}
.VuK-IconList-roman li:nth-child(7) .iconlist-char:before {content: 'VII';
}
.VuK-IconList-roman li:nth-child(8) .iconlist-char:before {content: 'VIII';
}
.VuK-IconList-roman li:nth-child(9) .iconlist-char:before {content: 'IX';
}
.VuK-IconList-numbers li:nth-child(10) .iconlist-char:before {content: 'X';
}
