html,
body {
    font-family: Segoe UI, Helvetica, Arial;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgb(70, 130, 180);
}

img {
    border: 0px
}

.Wrapper {
    position: relative;
    width: 100%;
    height: 100%
    
    /* background: #FFFFFF url('img/head-bg.png') repeat-x top; */
    /* background: rgb(51, 80, 135); */
   /* SteelBlue http://www.farb-tabelle.de/de/farbtabelle.htm#blue */
    
}

.MainFrame {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    margin: 0px auto
}

.Caption_Logo {
    float: left;
    width: 150px;
    margin: 20px 0px 0px 15px
}

.Caption_Text {
    float: left;
    margin: 35px 0px 0px 15px
}

.Caption_Text_shb {
    margin-left: 3px;
    font-size: 22px
}

.Caption_Text_dswrsk {
    font-weight: bold
}

.Caption_Decoration {
    float: right;
    margin: 20px 30px 0px 0px;
    padding: 7px;
    border: thin solid #D3D3D3;
    font-size: 12px;
    text-align: center;
    width: 380px
}

.Caption_Mnu_Line_Upper {
    display: none;
    background-color: #D3D3D3;
    height: 1px;
    margin: 10px 30px 0px 30px
}

.Caption_Mnu_Line_Under {
    display: none;
    background-color: #D3D3D3;
    height: 1px;
    margin: 10px 30px 0px 30px
}

.Caption_Mnu_Line2 {
    background-color: #D3D3D3;
    height: 1px;
    margin: 10px 25px 0px 25px
}

.Caption_MiniMenue_DisplayButton {
    border: 1px solid #9D9DA1;
    cursor: pointer;
    display: none
}

.Caption_Mnu_Info {
    float: left;
    display: none;
    margin: 15px 0px 0px 30px
}

.Caption_Mnu_MiniStyle {
    display: none
}

.Caption_Mnu_Phone {
    display: none
}

.MenueItem_MiniMenue {
    cursor: pointer;
    margin: 10px 30px 0px 30px;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    background-color: rgb(51, 80, 135);
    color: white
}

.MenueItem_MainMenue {
    float: left;
    cursor: pointer;
    margin: 0px 3px 0px 0px;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: rgb(51, 80, 135)
}

.MenueItem_MainMenue:hover {
    box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.75)
}

.Caption_MiniMenue_Wrapper {
    display: none
}

.Beratungsangebot_Boxes {
    height: auto;
    width: auto;
    border: thin solid #D3D3D3;
    overflow: hidden;
    margin: 0px 40px 30px 20px;
    cursor: hand;
    float: left
}

.Beratungsangebot_Boxes_Wrapper {
    margin-left: 30px
}

.Beratungsangebot_Boxes_HeadCaption {
    font-size: 28px;
    margin: 0px;
    height: 80px;
    line-height: 80px
}

.Beratungsangebot_Boxes_Caption {
    margin-left: 10px;
    font-size: 20px;
    color: red
}

.Beratungsangebot_Boxes_Content {
    font-size: 14px;
    margin: 0px 10px 10px 10px;
    text-align: justify
}

.Startseite_Boxes_Wrapper {
    margin-left: 50px;
    min-height: 400px
}

.Startseite_Boxes {
    
    position: relative;
    
    border: thin solid #D3D3D3;
    overflow: hidden;
    /* margin: 0px 20px 20px 20px; */
    
        float: none;
        margin: 0px 30px 20px 15px;
        width: auto;
        height: auto;
    
    
}

.Startseite_Boxes_ShareWrapper {
  
  position:absolute;
  bottom:0px; 
  right:0px;
  
  background-color: white;
  
  border-top: thin solid #D3D3D3;
  border-left: thin solid #D3D3D3;
  
  cursor: pointer;
  cursor: hand;
}

.Startseite_Boxes_ShareContentWrapper {
  
  display:none;
  position:absolute;
  bottom:0px; 
  right:0px;
  
  background-color: white;
  
  border-top: thin solid #D3D3D3;
  border-left: thin solid #D3D3D3;
  
}

.Startseite_Boxes_ShareBoxContentIcons{
  
  float:left; 
  margin: 8px 8px;
  cursor: pointer;
  cursor: hand;
  
}



.Startseite_Boxes_Image {
    height: 70px;
    background-size: cover
}

.Startseite_Boxes_Caption {
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 5px
}

.Startseite_Boxes_Content {
    font-size: 14px;
    margin: 5px
}

.Startseite_Boxes_Content_Item {
    display: none
}

.Startseite_ContentItem_Caption {
    margin: 15px;
    font-weight: bold;
    font-size: 20px
}

.Startseite_ContentItem_Content {
    font-size: 16px;
    margin: 15px
}

.Startseite_ContentItem_Image {
    height: 100px;
    width: 100%;
    background-size: cover
}

.Content_Split_Left {
    width: 72%;
    background-color: white;
    border-right: 2px groove rgb(81, 84, 91)
}

.wsw_buttons_Wrapper {
    margin: 0px 20px 25px 60px
}

.wsw_button {
    float: left;
    margin: 0px 20px 0px 20px;
    width: 120px;
    background-color: white
}

.wsw_button_image {
    height: 80px;
    width: 80px;
    background-size: cover;
    margin-left: 20px
}

.wsw_button_inlay {
    font-size: 11px;
    padding: 5px
}

.wsw_mitarbeiter_box_left {
    float: left
}

.wsw_mitarbeiter_box_right {
    float: right
}

.wsuf_Boxes_Wrapper {
    margin-left: 30px
}

.wsuf_Boxes {
    height: auto;
    width: auto;
    border: thin solid #D3D3D3;
    overflow: hidden;
    margin: 0px 20px 30px 20px
}

.wsuf_Boxes_Caption {
    font-size: 28px;
    margin: 0px;
    height: 80px;
    line-height: 80px
}

.wsuf_AddressDiv_Infotext {
    float: left;
    margin-left: 10px;
    margin-top: 15px
}

.wsuf_AddressDiv_Image {
    float: right;
    margin: 0px 10px 10px 10px;
    width: 350px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover
}

.Aktuelles_Boxes_Wrapper {
    margin-left: 50px
}

.Aktuelles_Boxes {
    position: relative;
    height: 170px;
    width: 270px;
    border: thin solid #D3D3D3;
    overflow: hidden;
    margin: 0px 20px 20px 20px;
    cursor: pointer;
    cursor: hand;
    float: left
}

.Aktuelles_Boxes_Image {
    height: 70px;
    background-size: cover
}

.Aktuelles_Boxes_Caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 5px
}

.Aktuelles_Boxes_Content {
    margin: 5px;
    overflow: hidden;
    font-size: 12px
}

.Aktuelles_Boxes_Content_Item {
    display: none
}

.Aktuelles_ContentItem_Caption {
    margin: 15px;
    font-weight: bold;
    font-size: 20px
}

.Aktuelles_ContentItem_Content {
    font-size: 16px;
    margin: 15px
}

.Aktuelles_ContentItem_Image {
    height: 100px;
    width: 100%;
    background-size: cover
}

.Mediathek_VideoWrapper {
    margin: 0px 40px 0px 60px
}

.Mediathek_VideoWrapper_Poster {
    background-size: cover;
	height:480px;
}


.Infothek_Boxes_Wrapper {
    margin-left: 50px;
    min-height: 400px
}

.Infothek_Boxes {
    height: auto;
    width: 170px;
    border: thin solid #D3D3D3;
    overflow: hidden;
    margin: 10px 20px;
    margin: 0px 20px 20px 20px;
    cursor: pointer;
    cursor: hand;
    float: left
}

.Infothek_Boxes_Image {
    height: 70px;
    background-size: cover
}

.Infothek_Boxes_Caption {
    background-color: rgb(51, 80, 135);
    color: white;
    height: 27px;
    margin: 0px 0px 0px 0px
}

.Infothek_Boxes_Description {
    font-size: 12px;
    margin: 5px
}

.Infothek_Boxes_Link {
    margin: 5px
}

.Infothek_Boxes_LinkText {
    float: left;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 5px
}

.Infothek_Boxes_LinkIcon {
    float: left;
    margin: 4px 0px 0px 5px;
    width: 16px;
    height: 16px
}

.Infothek_Boxes_divider {
    background-color: #D3D3D3;
    height: 1px;
    margin: 10px 5px 5px 5px
}

.Impressum_Wrapper {
    margin-left: 60px;
    margin-right: 60px
}

@media screen and (max-width: 1000px) {
    .MainFrame {
        width: 100%
    }
    .MainMnu_Wrapper {
        display: none
    }
    .Caption_MiniMenue_DisplayButton {
        display: block
    }
    .Caption_Decoration {
        float: none;
        margin: 15px auto
    }
    .Caption_Logo {
        float: none;
        margin: 15px auto 0px
    }
    .Caption_Text {
        float: none;
        margin: 0 auto;
        padding-left: 10px;
        text-align: center
    }
    .Caption_MiniMenue_DisplayButton {
        margin: 20px 40px 0px 0px
    }
    .Caption_Mnu_Info {
        display: inline
    }
    .Caption_Mnu_Phone {
        display: block
    }
    .Caption_Mnu_Line {
        display: block
    }
    .Caption_Mnu_Line_Under {
        display: block
    }
    .Content_Split_Left {
        width: 100%;
        background-color: white
    }
    .Content_Split_Right {
        display: none
    }
    .Startseite_Boxes {
        float: none;
        margin: 0px 30px 20px 15px;
        width: auto;
        /* height: 260px */
    }
    .Startseite_Boxes_Image {
        height: 160px
    }
    .Startseite_Boxes_Wrapper {
        margin-left: 15px
    }
    .wsw_buttons_Wrapper {
        margin: 25px 30px
    }
    .wsw_button {
        float: none;
        margin: 0px 0px 20px 0px;
        border: thin solid lightgray
    }
    .wsw_button_image {
        margin: 20px auto 70px auto;
        width: 120px;
        height: 120px
    }
    .wsw_button_inlay {
        font-size: 25px
    }
    .Beratungsangebot_Boxes_Wrapper {
        margin-left: 10px
    }
    .Beratungsangebot_Boxes {
        margin: 10px 30px 20px 20px
    }
    .wsuf_Boxes_Wrapper {
        margin-left: 10px
    }
    .Aktuelles_Boxes {
        float: none;
        margin: 0px 30px 20px 15px;
        width: auto;
        height: 260px
    }
    .Aktuelles_Boxes_Image {
        height: 160px
    }
    .Aktuelles_Boxes_Wrapper {
        margin-left: 15px
    }
    .Mediathek_VideoWrapper {
        margin: 0px 30px 0px 30px
    }
	
	.Mediathek_VideoWrapper_Poster {
		height:380px;
	}	
	
	
    .Infothek_Boxes_Wrapper {
        margin: 0px 30px 0px 30px;
        min-height: 400px
    }
    .Infothek_Boxes {
        height: 310px;
        width: auto;
        margin: 0px 0px 30px 0px;
        float: none
    }
    .Infothek_Boxes_Image {
        height: 160px
    }
    .Infothek_Boxes_Description {
        font-size: 16px
    }
    html,
    body {
        background: rgb(255, 255, 255)
    }
}

@media screen and (max-width: 680px) {
    .Infothek_Boxes_Description {
        font-size: 12px
    }
    .wsuf_AddressDiv_Infotext {
        float: none;
        width: 300px;
        margin: 0px auto 20px
    }
    .wsuf_AddressDiv_Image {
        float: none;
        margin: 0px auto
    }
    .wsw_mitarbeiter_box_left {
        float: none;
        width: auto
    }
    .wsw_mitarbeiter_box_right {
        margin-top: 40px;
        float: none;
        width: auto
    }
	
	
	
}

@media screen and (max-width: 460px) {
    .Caption_Decoration {
        display: none
    }
    .Startseite_Boxes {
        /* height: 160px */
    }
    .Startseite_Boxes_Image {
        height: 70px
    }
    .wsw_button_inlay {
        font-size: 15px
    }
    .wsw_button_image {
        margin: 20px auto 50px auto;
        width: 80px;
        height: 80px
    }
    .Beratungsangebot_Boxes_HeadCaption {
        font-size: 18px;
        font-weight: bold
    }
    .Beratungsangebot_Boxes_Caption {
        font-size: 16px
    }
    .Aktuelles_Boxes {
        height: 160px
    }
    .Aktuelles_Boxes_Image {
        height: 70px
    }
	
	.Mediathek_VideoWrapper_Poster {
		height:280px;
	}	
	
}

@media screen and (max-width: 350px) {
    .Caption_Text_shb {
        font-size: 18px
    }
    .Caption_Text_dswrsk {
        font-size: 14px
    }
    .Caption_Mnu_MiniStyle {
        display: block
    }
	
	.Mediathek_VideoWrapper_Poster {
		height:180px;
	}	
	
}

.MainMnu_Wrapper {
    position: relative;
    background: #ffffff;
    margin: 0px 6px 0px 6px;
    padding-top: 30px
}

.MainMnu_Content {
    position: relative;
    margin: auto;
    width: 910px;
	
}

.Content_Wrapper {
    position: relative;
    background: red;
    font-size: 14px
}

.Submnu_Wrapper {
    float: left
}

.Submnu_Container {
    float: left;
    visibility: hidden;
    position: absolute;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #9D9DA1;
    width: 130px;
    background-color: #ffffff;
    z-index: 1;
    top: 45px;
    left: 180px
}

.Submnu_Item {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 0px
}

.Submnu_Item:hover {
    color: #ffffff;
    background-color: #3A5FCD
}

.Submnu_Item:hover a {
    color: #ffffff;
    text-decoration: none;
    background-color: #3A5FCD
}

.Submnu_Item a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px
}

.Submnu_Seperator {
    width: 90%;
    border-color: #9D9DA1;
    border-style: solid none none;
    border-width: 1px
}

.Submnu_InnerItem {
    margin-left: 12px
}

.Content_Feed_Line {
    color: #D3D3D3;
    background-color: #D3D3D3;
    height: 1px;
    border: 0px
}

.Content_Feed_Img {
    position: relative;
    float: left
}

.Content_Feed_Note {
    padding: 0px 0px 0px 15px;
    position: relative;
    float: left;
    font-size: 12px
}

.Content_Feed_Impressum {
    padding: 0px 15px 0px 0px;
    position: relative;
    float: right;
    font-size: 12px
}

.Feed_ArrowUp {
    float: right;
    height: 42px;
    width: 63px;
    margin-right: 10px;
    background: url('img/up-arrow.png') repeat-x top;
    cursor: pointer;
    cursor: hand
}

.Clear_Both {
    clear: both
}

.Clear_Right {
    clear: right
}

.Clear_Left {
    clear: left
}

.HLine {
    background-color: #D3D3D3;
    height: 1px
}