* {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11.5px;
    line-height: 1.5;
    border: 0px;
    color: #6d6e6e;
    letter-spacing: 0.02em;
}

.csc-textpic-imagewrap figure, .csc-textpic figure.csc-textpic-imagewrap {
    border-spacing: 0;
}
.csc-textpic-caption {    
    margin-top: 10px;
}
/* main content container */
.white {
    background-color: #ececec;
    padding: 15px;
    padding-bottom:8px;
    padding-top: 10px;
}

/* TOPMENU */
/* top menu div */
.topmenu {    
    position: absolute;
    top: 20px;
    margin-left: 18px;
  display: flex;
  flex-direction: row;
}

/* top menu table */
.table_topmenu {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0;
    *border-collapse: collapse; /* hack for IE */
}
.table_topmenu  td{
    padding: 0px;
    /* 2013-09-05: this is the correct padding for todays background images (height 103px))! */ 
    padding-top: 30px;
    padding-bottom: 60px;
}

.topmenu_cell_active
{
    /*background: url("/fileadmin/Consulting/img/menu_active.png") repeat-x;*/
    background-color: #154c7f; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #1173c1, #154c7f); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #1173c1, #154c7f); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #1173c1, #154c7f); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #1173c1, #154c7f); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #1173c1, #154c7f); /* Standard syntax; must be last */
    width: auto;
}

/* top menu links*/    
.topmenu_cell
{
    width: auto;
}

.topmenu_link, .topmenu_link_active
{
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: 22px;
    padding-left:10px;
    padding-right:10px;
    margin:0px;
    border:0px;
}

.topmenu_cell .topmenu_link {
    /* 2013-05-09: this is the correct padding for todays background images (height 103px))! */ 
    padding-top: 45px;
    padding-bottom: 26px;
}
.topmenu_cell:hover .topmenu_link {
    /*background: url("/fileadmin/Consulting/img/menu_active.png") repeat-x;*/
    background-color: #4586d2; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #b9b9ba, #78797a); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #b9b9ba, #78797a); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #b9b9ba, #78797a); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #b9b9ba, #78797a); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #b9b9ba, #78797a); /* Standard syntax; must be last */
    width: auto;
    padding-top: 45px;
    padding-bottom: 26px;
}
.topmenu_cell_active .topmenu_link_active {
    padding-top: 53px;
    padding-bottom: 40px;
}

.topmenu .tx-srlanguagemenu {
  margin-top: 50px;
  margin-left: 10px;
  display: flex;
  justify-content: space-around;
}

.topmenu .langmenu {
  width: 70px;
}

.topmenu .langmenu a {
  font-weight: bold;
  color: white;  
  text-decoration: none;
}

.tx-srlanguagemenu .CUR a.flag::before, .tx-srlanguagemenu .CUR a.linked-language::before {
  content: url('../../../typo3conf/ext/sr_language_menu/Resources/Public/Images/current.png');
  padding-right: 3px;
}

.tx-srlanguagemenu-links .SPC::before {
  content: "|";
  padding-right: 3px;
}


/* SUBMENU */
/* sub menu div */
.submenu {

    height: 24px;
    color: #343434;
    background-color: #d5d6d7;
    background-image:url(images/button.jpg) no-repeat;
    text-align: left;
    vertical-align:middle;
    border-left: 8px solid #e7e7e7;
    border-right: 8px solid #e7e7e7;
    margin: 0px;
}

/* sub menu table */
.table_submenu {
    color: #636363;
    background-color: #d5d6d7;
    text-align: left;
    vertical-align:middle;
    padding-left: 11px;
    margin: 0px;
    border: 0px;
    border-spacing: 0px;
}

.table_submenu  td{
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin: 0px;
    color: #636363;
}

td.submenu_separator  {
    color: #a4a3a3;
    text-shadow:white 1px 1px; font-size:1em;
    padding: 0px;
    height: 10px;
}

.table_submenu  p{
    margin: 0px;
}

span.button {
    /* 2013-09-16: If you change anything here with regard to box modell and background,
       please also check input[type="submit"] (button of the forms should look alike) */ 
    opacity: 1.0;
    filter:Alpha(Opacity=100);
    align: left;
    display:inline-block;
    /* 2013-08-19: this is the correct height and padding for todays font and a.button settings! */ 
    height: 21px;
    padding-top: 3px;
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #4f0c54; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #94359a, #4f0c54); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #94359a, #4f0c54); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #94359a, #4f0c54); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #94359a, #4f0c54); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #94359a, #4f0c54); /* Standard syntax; must be last */
}

a.button {
    /* 2013-09-16: If you change anything here with regard to box modell and background,
       please also check input[type="submit"] in (button of the forms should look alike) */ 
    color:#FFF;
    text-align: center;
    text-decoration:none;
      white-space: nowrap;
    /* 2013-08-19: this is the correct padding for todays font and td.button settings! */ 
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
}

a.button:hover {
    color:#d1d3cc;
}

/* bottom menu (impressum etc) */

a.weiss {
    color:#FFF;
    text-decoration:none;
}


a.weiss:hover {
    color:#d1d3cc;
}
    
.table_footer {
    color: #333;
    background-color: #d2d3d3;
    text-align: left;
    vertical-align: top;
    width:100%;
    border-spacing:0px;
}

.border_right {
    border-right: 1px solid #8c8c8c;
    vertical-align: top;
}

.border_left {
    border-left: 1px solid white;
    vertical-align: top;
}

.table_footer td {
    width: 25%;
    text-decoration:none;
    padding-left:5px;
}

.footer {
    position: relative;
    background-color: #d2d3d3;
    border-left: 8px solid #e7e7e7;
    border-right: 8px solid #e7e7e7;
    border-top: 50px solid #e7e7e7;
    
    padding-top: 20px;
    padding-left: 17px;
    padding-bottom: 20px;
    padding-right: 17px;
    
    text-align: left;
    
    color: #333;
    line-height:1.4;
}

.impressum {
    position: relative;
    height: 50px;
    margin-top:40px;
    padding-left:13px;
    background-image: url(/fileadmin/Consulting/img/footer_impressum.jpg);
    border: 8px solid #ececec;
}
.impressum_content {
    position: absolute;
    bottom: 6px;
    color:#e7e7e7; 
    text-decoration:none;
    text-align: left;
    padding-left: 10px;
}
a.impressum_link:link {
    color:#e7e7e7; 
    text-decoration:none;
}
a.impressum_link:visited {
    color:#e7e7e7; 
    text-decoration:none;
}
a.impressum_link:hover {
    color:#d3d4d4; 
}

.header {
    height: 436px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    align-bottom;
}

body {
    background: -moz-linear-gradient(top,  #a4a5a8,  #c4c4c5);  //fÃ¼r Mozilla Firefox
    background: -o-linear-gradient(top, #a4a5a8, #c4c4c5); //fÃ¼r Opera
    background: linear-gradient(top, #a4a5a8, #c4c4c5);
    background: -webkit-gradient(linear, left top, left bottom, from(#a4a5a8), to(#c4c4c5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a5a8', endColorstr='#c4c4c5');
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #3e3e3e;
    text-align: left;
}

.myBox {
    box-shadow:3px 3px 40px 10px #8e8e90;
    background-color: #ececec;
    width: 932px;
    margin: 0 auto; 
    margin-top: 20px;
}

.td {
    font-style: normal;
    color: #ff0000;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}

/* used in submenu and footer links (in T3) */
.active {
    font-weight:bold;
}

a.simple_link {
    border:0px;
    text-decoration:none;
}

a.simple_link:link {
    color:#636363;
}

a.simple_link:visited {
    color:#636363;
}

a.simple_link:hover {
    color:#515151;
}

/* menue sonstige */
    
a.grau{color:#2d2e2e}
a.grau:hover {color:#525353}
a.blau{color:#06C}

/* neuer font*/

@font-face { 
    font-family: 'Frutiger';
    src: url('fonts/Frutiger LT 55 Roman.ttf') format('truetype'); 
}

/* header-Klassen fÃ¼r typo3-Texte haben das Format 'head_h*'! */
.head_h1 {
    font-family: Arial,Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 40px;
    font-decoration: none;
    height: 5px;
    font-weight:normal;
    letter-spacing: 0.02em;
    line-height:130%;



}
/* but we still use h1 and so on */
h1 {
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    color: #114270;
    padding-bottom: 20px;
    font-decoration: none;
    height: 5px;
    font-weight:normal;
    letter-spacing: 0.02em;
    line-height:130%;
}


/* but we still use h3 and so on */
h3 {    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
    color: #555555;
# text-transform: uppercase;
    font-decoration: none;
    font-weight: normal;
    height: 20px;
    background-color: #cacbcb;
    padding-left: 7px;
    padding-top: 3px;
    margin: 0px;
    }

h3 a:link {
    color: #555555;
    text-decoration: none;
    font-size: 12px;
    }
 
h3 a:visited {
    color: #555555;
    text-decoration: none;
    font-size: 12px;
    }
 
h3 a:hover {
    color: #403f3f;
    text-decoration: none;
    font-size: 12px;
    }   
/*'Istok Web', sans-serif*/
    

    
/* but we still use h2 and so on */
h2 {
    font-family: Arial,Helvetica;
    font-size: 11.5px;
    color: rgb(109, 110, 110);
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -3px;
    width: 100%;
        }
        
.head_h4 {
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    color: #555555;
    padding-bottom: 15px;
    background-color: #d3d4d4;
    padding-left: 7px;
    padding-top:9px;
    width:306px;
    height:15px;
    margin-bottom:0px;
}

/* but we still use h3 and so on */
h4 {
    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-decoration: none;
    font-weight: normal;
    height: 5px;
    background-color: #cbcbcb;
    padding-left: 7px;
    padding-top: 9px;
    width:306px;
    height:15px;
    margin-bottom: 0px;
    }

h5 {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
.bg_button {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #4586d2; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top,  #94359a, #4f0c54); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top,  #94359a, #4f0c54); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #94359a, #4f0c54); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top,  #94359a, #4f0c54); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #94359a, #4f0c54); /* Standard syntax; must be last */
}

input[type="submit"] {
    margin-top:10px;
    
    /* 2013-09-23: this is the correct height and padding for today!
       The values were set in relation to todays div.button_betatester and a.button from style.css */ 
    height: 2.2em;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 3px;
    
    color: #ffffff;
    
    /*background-image: url(images/button.jpg);
    background-repeat: repeat-x;*/
    background-color: #154c7f; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #1173c1, #154c7f); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #1173c1, #154c7f); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #1173c1, #154c7f); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(top, #1173c1, #154c7f); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #1173c1, #154c7f); /* Standard syntax; must be last */
    border: 0px;
}
input[type="submit"]:hover {
    color: rgb(209, 211, 204);
    cursor: pointer;
}

input[type="text"] {
    border: 1px solid #AAA;

}
input[type="password"] {
    border: 1px solid #AAA;
    height: 2em;
}
select {
    border: 1px solid #AAA;
    height: 2em;
}
textarea {
    border: 1px solid #AAA;   
}

/*Abstand zum Textbild minimieren*/
div.csc-textpic-imagewrap {
    padding: 0px;
###    margin-bottom: -10px;###
}

/*textlink*/

mail a:link {
    color:#165699;
}

mail a:visited {
    color:#165699;
}
mail a:hover {
    color:#165699;
}