/* ----------- */
/* - GENERAL - */
/* ----------- */
/* playfair-display-regular - latin */
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/playfair-display/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/playfair-display/playfair-display-v30-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/playfair-display/playfair-display-v30-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/playfair-display/playfair-display-v30-latin-regular.svg') format('svg'); /* Legacy iOS */
  }
  
  /* playfair-display-700 - latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/playfair-display/playfair-display-v30-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/playfair-display/playfair-display-v30-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/playfair-display/playfair-display-v30-latin-700.woff') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/playfair-display/playfair-display-v30-latin-700.svg') format('svg'); /* Legacy iOS */
  }
  
  /* playfair-display-italic - latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/playfair-display/playfair-display-v30-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/playfair-display/playfair-display-v30-latin-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/playfair-display/playfair-display-v30-latin-italic.woff') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/playfair-display/playfair-display-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/playfair-display/playfair-display-v30-latin-italic.svg') format('svg'); /* Legacy iOS */
  }
  
/* hind-regular - latin */
@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/hind/hind-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/hind/hind-v16-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/hind/hind-v16-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/hind/hind-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/hind/hind-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/hind/hind-v16-latin-regular.svg') format('svg'); /* Legacy iOS */
  }
  
  /* hind-700 - latin */
  @font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/hind/hind-v16-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/hind/hind-v16-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/hind/hind-v16-latin-700.woff') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/hind/hind-v16-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/hind/hind-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/hind/hind-v16-latin-700.svg') format('svg'); /* Legacy iOS */
  }
  

body {
    font-size:          100%;
    font-family: 'Playfair Display', serif;
    background-image:   url('../img/bg-page_neu.png');
    color:              #000;
}

a,
a:visited {
    color: #3282c8;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    //text-decoration: underline; removed @font_bug
}

article {

    background: url('../img/linien_element.png') no-repeat bottom center;
    padding-bottom: 10px;
}
article:last-child {
    background: none;
}

img {
    border: 0;
}


.offscreen {
    position: absolute !important;
    top: -5000px !important;
}

.invisible{
    width: 0;
    height: 0;
    left: -10000px;
    top: -10000px;
    position: absolute;
    overflow: hidden;
    display: inline;
}

.clear,
.clearing {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    min-height: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sub,
span.sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: 1em;
}

/* ------------- */
/* - STRUCTURE - */
/* ------------- */

#page-container {
    margin: 0 auto;
}

#page-header {
    position: relative;
    height: 240px;
    margin-bottom: 26px;
    z-index: 10;
    color: #000000;
}

#logos {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 90px;
    height: 150px;
    background: url('../img/linien_element.png') no-repeat bottom center;
}

#nav-and-search {
    position: fixed;
    background: #fff;
    height: 50px;
    width: 100%;
    box-shadow: 0 0px 10px rgba(229, 229, 229, 1);
    z-index: 1;
    min-width: 900px;
}

#nav-and-search-inner {
    width: 960px;
    position: relative;
    margin: 0 auto;

}

#content-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;

}

#page-footer {
    clear: both;
    color: #ffffff;
    position: relative;
    margin-top: 100px;
    width: 100%;
    min-width: 900px;
    min-height: 280px;
    background-color: #333;
    box-shadow: 0 0px 6px rgba(0,0,0,.5);
    z-index: 10;
    bottom: 0;
    font-family: 'Hind', sans-serif;
}

#page-footer-inner {
    width: 958px;
    margin: 0 auto;
    position: relative;
}


/* -------------- */
/* - NAV-ACCESS - */
/* -------------- */

#nav-access .access-nav-item a {
    width:0;
    height:0;
    left:-10000px;
    top:-10000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}



/* ------------ */
/* - NAV-MAIN - */
/* ------------ */

#nav-main {

    font-family: 'Hind', sans-serif;
}

#nav-main ul.level_1, #nav-main ul.nav-menu {
    padding: 0 0px;
    margin: 0 auto;
}

#nav-main ul.level_1 > li, #nav-main ul.nav-menu > li {
    display: inline-block;
}

.ie7 #nav-main ul.level_1 > li {
    display: block;
    float: left;
}

#nav-main ul.level_2 {
    position: absolute;
    background: #fff;
    box-shadow: 0 0px 2px rgba(0,0,0,0);
    padding: 6px 0;
    display: none;
}

.ie7 #nav-main ul.level_2 {
    top: 50px;
    clear: both;
}

#nav-main ul.level_1 > li:hover ul.level_2 {
    display: block;
}

#nav-main a,
#nav-main a:visited,
#nav-main span {
    color: #000000;
    display: inline-block;
    padding:18px;
    font-size: .875em;
}
#nav-main ul.level_1 > li:first-child a{
    padding-left: 0;
}

#nav-main ul.level_2 > li a{
    padding-left: 18px !important;
}

.ie7 #nav-main a,
.ie7 #nav-main a:visited,
.ie7 #nav-main span {
    display: block;
}

#nav-main a:hover,
#nav-main a:focus,
#nav-main a:active,
#nav-main a.trail,
#nav-main span.active {
    color: #3282c8;
    text-decoration: none;
    background: #fff;
}


#nav-main ul.level_2 a,
#nav-main ul.level_2 a:visited,
#nav-main ul.level_2 span.active {
    font-size: .8125em;
    padding: 6px 18px;
}

#nav-main ul.level_2 span.active {
    padding-left:36px;
    background: url('../img/bg-nav-main-sub-active.png') no-repeat 18px 5px;
}

span.active.first {
    padding-left: 0 !important; 
}

.icon-bubble:before {
    content: "";
}

a.icon-bubble:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e900";
    color: #3282c8;
    position: relative;
    top: -4px;
    left: 4px;
    font-size: 1.5em;
}

/* --------------- */
/* - NAV-SERVICE - */
/* --------------- */

#nav-service {
    position: absolute;
    top: 80px;
    left: 480px;
}


#nav-service a,
#nav-service a:visited,
#nav-service span.active {
    color: #fff;
    font-size: .9375em;
    line-height: 1.375em;
}

#nav-service a:hover,
#nav-service a:focus,
#nav-service a:active {

}

#nav-service span.active {
    color: #000000;
}


/* --------- */
/* - LOGOS - */
/* --------- */

#eor-logo {
    float: left;
}

#logo-goethe-uni {
    float: right;
}

#logo-goethe-uni-inv {
    position:   absolute;
    top:        25px;
    right:      25px;
}
#logo-underline {
    position:   absolute;
    top:        260px;

}


/* --------------- */
/* - SMALLSEARCH - */
/* --------------- */
#smallsearch {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000000;
    margin-left:18px;
    font-family: "Hind",sans-serif;
}

#smallsearch .headline {
    padding: 18px;
    padding-right: 0px;
    font-size: .875em;
    cursor: pointer;
}

#smallsearch .headline a,
#smallsearch .headline a:visited {
    color: #000000;
}

#smallsearch .headline a:hover,
#smallsearch .headline a:focus,
#smallsearch .headline a:active,
#smallsearch.hover .headline a,
#smallsearch.hover .headline a:visited {
    color: #3282c8;
    text-decoration: none;
}

#smallsearch form {
    position: absolute;
    right:0px;
    top: 50px;
    width: 270px;
    padding: 10px 18px 18px 18px;
    background: #fff ;
    display: none;
}

#smallsearch.hover form {
    display: block;
}

#smallsearch .formbody {
    border-bottom: 1px solid #000;
}

#smallsearch .form-inner {
    border-bottom: 1px solid #444;
}

#smallsearch input.type-text {
    background: none;
    color: #000000;
    width: 238px;
    border: 0;
    -webkit-appearance: none;
    font-family: 'Hind', sans-serif;
    font-size: .9375em;
    padding: 5px 0;
    margin: 0;
}

#smallsearch input.type-image {
    position: relative;
    top: 5px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#smallsearch input.type-text:focus {
    outline: 0;
}


/* ---------- */
/* - SEARCH - */
/* ---------- */

#search .formbody {
    margin-bottom: 30px;
}

#search input.type-text {
    -webkit-appearance: none;
    width: 500px;
    font-size: 1.25em;
    padding: 3px;
    color: #888;
    border-radius: 2px;
    border: 1px solid #888;
}

#search input.type-text:focus {
    outline: 0;
    border-color: #333;
}

#search input.submit {
    position: relative;
    top: 5px;
}

#search .teaser-excerpt {
    padding: 35px 0 12px 0;
    background: url('../img/linien_element.png') no-repeat bottom left;
}

#search li:last-child .teaser-excerpt {
    background: none;
}


/* ---------- */
/* - FOOTER - */
/* ---------- */


#page-footer h2 {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 100;
    margin-bottom: 15px;
}

#page-footer-inner .ce_mwa_ce_textblock {
    position: relative;
    top: 22px;
    margin-right: 55px;
}

#page-footer-inner .ce_mwa_ce_textblock h2 {
    margin-bottom: 15px;
}

#page-footer-inner .ce_mwa_ce_textblock a,
#page-footer-inner .ce_mwa_ce_textblock a:visited {
    color: #fff;
}

#page-footer-inner .ce_mwa_ce_textblock .richtext p,
#page-footer-inner .textwidget p {
    line-height: 1.375em;
    margin-bottom: 15px;
}

#page-footer-rcmd,
#page-footer-print {
    position: absolute;
    left: 480px;
}

#page-footer-rcmd {
    top: 22px;
}

#page-footer-print {
    top: 180px;
}

/* ----------- */
/* - CONTENT - */
/* ----------- */

#page-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: #3282c8;
    line-height: 130%;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.topic,
.headline {
    display: block;
}

.topic {
    margin-bottom: 5px;
}

#content-main hr {
    height: 3px;
    max-height: 3px;
    background: transparent url('../img/linien_element.png') no-repeat center;
    border: 0;
    margin-top: 0;
    padding: 20px;
    clear: both;
}

#content-main h2 {
    margin-bottom: 30px;
    font-family: 'Hind', sans-serif;
}

#content-main h2 .topic {
    font-size: 1.25em;
}

#content-main h2 .headline {
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
}

#content-main h3 {
    margin-bottom: 20px;
}

#content-main h3 .headline,
#content-main .richtext h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    font-family: 'Hind', sans-serif;
}

#content-main h4 {
    padding-top: 15px;
    margin-bottom: 15px;
}

#content-main h4 .headline,
#content-main .richtext h4 {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 130%;
}

.richtext p,
.richtext ol,
.richtext ul,
.richtext hr,
.extra-link {
    font-size: .9375em;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
}

.extra-link a,
.extra-link a:visited {
    font-weight: bold;
}

.richtext ol,
.richtext ul {
    line-height: 130%;
}

.pub-list #content-main .richtext p,
.pub-list #content-main .richtext ul,
.pub-list #content-main .richtext ol {
    line-height: 130%;
}

.richtext ul,
.richtext ol {
    position: relative;
}

.richtext ul li,
.richtext ol li {
    margin-bottom: 5px;
}

.richtext ul {
    left: 18px;
    padding-right: 18px;
    list-style: disc;
}

.richtext ol {
    left: 22px;
    padding-right: 22px;
    list-style: decimal;
}

.article-teaser .richtext p {
    line-height: 130%;
    padding-right: 210px;
    margin-bottom: 40px;
}

#content-main .ce_mwa_ce_textblock,
#content-main .ce_headline {
    width: 73%;
}

#content-main .ce_mwa_ce_textblock:first-child h2 {
    padding-top: 0;
}

#content-main .ce_accordionSingle .ui-accordion-header {
    cursor: pointer;
    margin-bottom: 5px;
}

#content-main .ce_accordionSingle .ui-accordion-header:focus {
    outline: 0;
}

#content-main .ce_accordionSingle .ui-accordion-header .ui-accordion-header-icon {
    width: 14px;
    height: 14px;
    background: url('../img/bg-sprite-accordion.png') no-repeat;
    display: block;
    float: left;
    position:relative;
    top: 5px;
}

#content-main .ce_accordionSingle .ui-accordion-header-active .ui-accordion-header-icon {
    background-position: -14px 0;
}


#content-main .ce_accordionSingle .ui-accordion-header .headline {
    font-size: 1.5em;
    padding-left: 40px;
}

#content-main .ce_accordionSingle .ui-accordion-header-active .headline {
    color: #3282c8;
}

#content-main .ce_accordionSingle .accordion {
    margin-bottom: 20px;
    padding-top: 20px;
}

#content-main .ce_accordionSingle .richtext {
    padding-bottom: 5px;
}

#content-main .ce_accordionSingle .accordion-with-img .image_container {
    float: left;
}

#content-main .ce_accordionSingle .accordion-with-img .richtext {
    margin-left: 250px;
    min-height: 250px;
}

#content-main .ce_accordionSingle .accordion-with-img .richtext p,
#content-main .ce_accordionSingle .accordion-with-img .richtext ul,
#content-main .ce_accordionSingle .accordion-with-img .richtext ol {
    line-height: 1.25em;
}

.search-results .highlight {
    font-weight: bold;
}

.oEmbed-container {
    background: #eee;
    padding: 1em;
    border-radius: 3px;
}

.oEmbed-container .fluid-oEmbed-wrapper {
    position: relative;
    height: 0;
}

.oEmbed-container .fluid-oEmbed-wrapper iframe {
    position: absolute;
    top: 0;
}


/* ------------- */
/* - HOT-SPOTS - */
/* ------------- */

#hot-spots {
    height: 500px;
    position: relative;
    padding-bottom: 50px;
    background: url('../img/linien_element.png') no-repeat bottom center;
    margin-bottom: 50px;

}

#hot-spots .ce_mwa_ce_textblock {
    position: absolute;
    width:  240px;
    height: 240px;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.ie7 #hot-spots .ce_mwa_ce_textblock,
.ie8 #hot-spots .ce_mwa_ce_textblock {
    background: url('../img/bg-bubble.png') no-repeat;
    width: 244px;
    height: 244px;
}

#hot-spots .ce_mwa_ce_textblock h2 {
    text-align: center;
}

#hot-spots .ce_mwa_ce_textblock .topic,
#hot-spots .ce_mwa_ce_textblock .headline,
#hot-spots .ce_mwa_ce_textblock .richtext {
    position: absolute;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

#hot-spots .ce_mwa_ce_textblock .topic {
    width: 160px;
    padding: 0 40px;
    top: 40px;
    font-size: 1.125em;
    line-height: 1.125em;
}

#hot-spots .ce_mwa_ce_textblock .headline {
    width: 200px;
    padding: 0 20px;
    top: 70px;
    font-size: 1.875em;
    font-weight: normal;
    
}

#hot-spots .ce_mwa_ce_textblock .richtext {
    width: 180px;
    padding: 0 30px;
    top: 135px;
}

#hot-spots .ce_mwa_ce_textblock .richtext p {
    line-height: 1.5em;
    font-size: .9375em;
}

#hot-spots .ce_mwa_ce_textblock .extra-link {
    display: none;
}

#hot-spot-1 {
    top: 0;
    left: 0;
    margin-left:50px;
}

#hot-spot-2 {
    top: 0;
    left: 300px;
    margin-left:50px;

}

#hot-spot-2 .topic {
    top: 25px !important;
}

#hot-spot-3 {
    top: 0;
    left: 600px;
    margin-left:50px;

}

#hot-spot-3 .topic {
    top: 30px !important;
}

#hot-spot-3 .headline {
    top: 55px !important;
}

#hot-spot-4 {
    top: 260px;
    left: 150px;
        margin-left:50px;

}

#hot-spot-4 .topic {
    top: 25px !important;
}

#hot-spot-5 {
    top: 260px;
    left: 450px;
        margin-left:50px;

}

/* -------------- */
/* - NEWSLETTER - */
/* -------------- */

#tl_subscribe input.text,
#tl_unsubscribe input.text {
    width: 500px;
    font-size: 1.25em;
    padding: 3px;
    color: #888;
    border-radius: 2px;
    border: 1px solid #888;
}

#tl_subscribe input.text:focus,
#tl_unsubscribe input.text:focus {
    outline: 0;
    border-color: #333;
}

#tl_subscribe input.submit,
#tl_unsubscribe input.submit {
    padding: 5px 8px 4px 8px;
    border-radius: 2px;
    border: 1px solid #888;
    font-size: 1em;
    position: relative;
    top: -1px;
    cursor: pointer;
    color: #888;
}

#tl_subscribe input.submit:hover,
#tl_unsubscribe input.submit:hover {
    color: #333;
}



/* ------------------------ */
/* - SOCIAL SHARE PRIVACY - */
/* ------------------------ */

#rcmd-ssp {
    position: absolute;
}

#ssp-expander {
    position: absolute;
    left: 0px;
    top: -23px;
    width: 280px;
    height: 65px;
    background: url('../img/ssp-btn-rcmd.png') no-repeat bottom left;
    cursor: pointer;
}

#ssp-expander:hover,
#ssp-expander.hover {
    background-image: url('../img/ssp-btn-rcmd-active.png');
}

#ssp-expanded {
    position: absolute;
    bottom: 64px;
    left: -30px;
    width: 330px;
    cursor: auto;

    display: none;
}

#ssp-expander:hover #ssp-expanded,
#ssp-expander.hover #ssp-expanded {
    display: block;
}

#ssp-container {
    background: #333;
    color: #fff;
    font-size: .75em;
    line-height: 1.25em;
    box-shadow: 0 0px 6px rgba(0,0,0,.8);
}

#ssp-info {
    position: relative;
    top: 110px;
    left: 0;
    padding: 10px 30px;
}

#ssp-content {
    padding: 20px 30px;
    border-bottom: 1px solid #000;
}

#ssp-content .facebook,
#ssp-content .twitter,
#ssp-content .gplus {
    position: relative;
    height: 30px;
    top: -100px;
    margin-bottom: 5px;
}

#ssp-content .switch {
    display: block;
    position: relative;
    top: 3px;
    width: 24px;
    height: 12px;
    float: left;
    clear: both;
    background: url('../img/ssp-btn-switch-sprite.png') no-repeat top left;
    margin-right: 10px;
    cursor: pointer;
}

#ssp-content .on {
    background-position: bottom left;
}

#ssp-content .dummy_btn img {
    position: relative;
    top: 1px;
    left: 1px ;
    cursor: pointer;
}

#ssp-content .settings_info_menu a,
#ssp-content .settings_info_menu .settings {
    display: none;
}

#ssp-content .settings_info_menu form legend {
    margin-bottom: 5px;
}

.ie #ssp-content .settings_info_menu form legend {
    width: 260px;
}

#ssp-content .settings_info_menu form label {
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

#ssp-content .settings_info_menu form input {
    cursor: pointer;
}


.rcmd-mail {
    border-top: 1px solid #444;
    padding: 20px 30px;
}


.ipad #ssp-container {
    position: absolute;
    bottom: 68px;
    left: -30px;
    width: 330px;
    cursor: auto;

    display: none;
}

.ipad #mobile-nav-exp-btn-ssp-container {
    width: 20px;
    height: 20px;
    background: url('../img/ssp-btn-rcmd.png') no-repeat bottom left;
}

.ipad #mobile-nav-exp-btn-ssp-container.active {
    background-image: url('../img/ssp-btn-rcmd-active.png');
}


/* --------- */
/* - PRINT - */
/* --------- */

@media print {

    #nav-and-search,
    #page-footer-rcmd,
    #nav-service,
    #page-footer-print {
        display: none;
    }
    #page-footer, #page-footer a {
        color: #7A8B8B;
    }

}


/* -------------- */
/* - RESPONSIVE - */
/* -------------- */

@media (max-width: 980px) {

    #page-container,
    #page-footer {
        width: 100%;
    }

    #nav-and-search-inner,
    #logos,
    #content-container,
    #page-footer-inner {
        width: 96%;
    }

    #nav-main a,
    #nav-main a:visited,
    #nav-main span {
        padding: 18px 8px;
    }

    #nav-main ul.level_1 > li a:first-child,
    #nav-main ul.level_1 > li span:first-child {
        padding-left: 2%;
    }

    #nav-service,
    #page-footer-rcmd,
    #page-footer-print {
        left: 450px;
    }
}

@media (max-width: 920px) {


    #page-container {
        min-width: 900px;
        width: auto;
    }

    #hot-spot-2 {
        left: 270px;
    }

    #hot-spot-3 {
        left: 540px;
    }

    #hot-spot-4 {
        left: 135px;
    }

    #hot-spot-5 {
        left: 420px;
    }
}